diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-06-01 16:53:01 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-04 12:04:24 +0200 |
| commit | 8eb17cebc1027b5ae1c4047c704b92ad73b783fd (patch) | |
| tree | 2c93729a8d0f11ac1002f4cc819d84caf85d7cbd /Makefile.am | |
| parent | 3f83c0b7c7b4761062184a01f0977199957383ad (diff) | |
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.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f585d00b86c..89bc03c9a2f 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -497,6 +497,7 @@ SCM_TESTS = \ | |||
| 497 | tests/gremlin.scm \ | 497 | tests/gremlin.scm \ |
| 498 | tests/hackage.scm \ | 498 | tests/hackage.scm \ |
| 499 | tests/home-import.scm \ | 499 | tests/home-import.scm \ |
| 500 | tests/home-services.scm \ | ||
| 500 | tests/http-client.scm \ | 501 | tests/http-client.scm \ |
| 501 | tests/import-git.scm \ | 502 | tests/import-git.scm \ |
| 502 | tests/import-github.scm \ | 503 | tests/import-github.scm \ |
