From 8eb17cebc1027b5ae1c4047c704b92ad73b783fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 1 Jun 2022 16:53:01 +0200 Subject: home: services: Add 'lookup-home-service-types' procedure. * gnu/home/services.scm (lookup-home-service-types): New procedure. * tests/home-services.scm: New file. * Makefile.am (SCM_TESTS): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f585d00b86..89bc03c9a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -497,6 +497,7 @@ SCM_TESTS = \ tests/gremlin.scm \ tests/hackage.scm \ tests/home-import.scm \ + tests/home-services.scm \ tests/http-client.scm \ tests/import-git.scm \ tests/import-github.scm \ -- cgit v1.2.3