From 8f3b63b5d73c0b49139c8a20b7576732abfdeeb8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 14 Sep 2017 00:01:21 +0200 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit 1.4.1