diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-09-14 00:01:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-09-14 00:10:13 +0200 |
commit | 8f3b63b5d73c0b49139c8a20b7576732abfdeeb8 (patch) | |
tree | d685f9df83a202ea650399f9e84f155c021d7cef /Makefile.am | |
parent | 2ed1f4a52d8bec2c18a9c92cf4e7caf93aeb40fc (diff) | |
download | guix-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.am | 1 |
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 \ |