summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-06-01 16:53:01 +0200
committerLudovic Courtès <ludo@gnu.org>2022-06-04 12:04:24 +0200
commit8eb17cebc1027b5ae1c4047c704b92ad73b783fd (patch)
tree2c93729a8d0f11ac1002f4cc819d84caf85d7cbd /Makefile.am
parent3f83c0b7c7b4761062184a01f0977199957383ad (diff)
downloadguix-8eb17cebc1027b5ae1c4047c704b92ad73b783fd.tar.gz
guix-8eb17cebc1027b5ae1c4047c704b92ad73b783fd.tar.xz
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.
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 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 \