From a77e3a5846d8b4b4b8d0fe4887d1ee17340971e0 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 8 May 2021 00:05:27 -0400 Subject: services: configuration: Add tests. * tests/services/configuration.scm: New file. * Makefile.am (SCM_TESTS): Register it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e6a7b545d8..a310de8e26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -484,6 +484,7 @@ SCM_TESTS = \ tests/search-paths.scm \ tests/services.scm \ tests/services/file-sharing.scm \ + tests/services/configuration.scm \ tests/services/linux.scm \ tests/sets.scm \ tests/size.scm \ -- cgit v1.2.3