diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-10-03 00:37:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-10-03 00:38:28 +0200 |
commit | d5b0c9024ed174907aed4816b2607ada814a035c (patch) | |
tree | 19e15721006a6f3824609aca6ea0614128e68316 /gnu/local.mk | |
parent | d8f3128119d32bcc186c8a1fe15b037bba25b4b8 (diff) | |
download | guix-d5b0c9024ed174907aed4816b2607ada814a035c.tar guix-d5b0c9024ed174907aed4816b2607ada814a035c.tar.gz |
tests: Add 'openssh-service-type' test.
* gnu/tests/ssh.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 15647ce838..7e6fa8d949 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -430,7 +430,8 @@ GNU_SYSTEM_MODULES = \ \ %D%/tests.scm \ %D%/tests/base.scm \ - %D%/tests/install.scm + %D%/tests/install.scm \ + %D%/tests/ssh.scm patchdir = $(guilemoduledir)/%D%/packages/patches |