aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-09-14 00:01:21 +0200
committerLudovic Courtès <ludo@gnu.org>2017-09-14 00:10:13 +0200
commit8f3b63b5d73c0b49139c8a20b7576732abfdeeb8 (patch)
treed685f9df83a202ea650399f9e84f155c021d7cef /Makefile.am
parent2ed1f4a52d8bec2c18a9c92cf4e7caf93aeb40fc (diff)
downloadguix-8f3b63b5d73c0b49139c8a20b7576732abfdeeb8.tar
guix-8f3b63b5d73c0b49139c8a20b7576732abfdeeb8.tar.gz
uuid: Move tests to 'tests/uuid.scm'.
* tests/file-systems.scm ("uuid->string", "string->uuid") ("uuid", "uuid, syntax error"): Move to... * tests/uuid.scm: ... here. New file. ("uuid, ISO-9660, format preserved"): New test.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4c2e77d191..aca18526f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -312,6 +312,7 @@ SCM_TESTS = \
tests/workers.scm \
tests/zlib.scm \
tests/file-systems.scm \
+ tests/uuid.scm \
tests/system.scm \
tests/services.scm \
tests/scripts-build.scm \