diff options
author | Simon South <simon@simonsouth.net> | 2021-03-01 10:13:29 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-03-28 22:31:00 +0200 |
commit | 5d8c2c00d60196c46a32b68c618ccbe2b3aa48f4 (patch) | |
tree | 3ab588d120a742df2ea9e2aa8ee4da20b2f5dd55 /gnu/local.mk | |
parent | 8bd2c50bee40f68b582a4d26bc918baf60e9c36c (diff) | |
download | guix-5d8c2c00d60196c46a32b68c618ccbe2b3aa48f4.tar.gz |
tests: Add Transmission Daemon system test.
* gnu/tests/file-sharing.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 52a021c2a3..d131dc0388 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -692,6 +692,7 @@ GNU_SYSTEM_MODULES = \ %D%/tests/desktop.scm \ %D%/tests/dict.scm \ %D%/tests/docker.scm \ + %D%/tests/file-sharing.scm \ %D%/tests/ganeti.scm \ %D%/tests/guix.scm \ %D%/tests/monitoring.scm \ |