summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorEvils <evils.devils@protonmail.com>2021-02-02 01:39:50 +0100
committertomberek <tomberek@users.noreply.github.com>2021-10-30 22:22:12 -0400
commit788920fcdf8fff2fb3eb0a70d00822a45ecd454f (patch)
treee9e56ee515f5c52929074058b2dca56a7fe34f85 /nixos/tests/all-tests.nix
parente14378789c9d8fe571980af14cbdcd31cdca06b6 (diff)
downloadnixpkgs-788920fcdf8fff2fb3eb0a70d00822a45ecd454f.tar
nixpkgs-788920fcdf8fff2fb3eb0a70d00822a45ecd454f.tar.gz
nixpkgs-788920fcdf8fff2fb3eb0a70d00822a45ecd454f.tar.bz2
nixpkgs-788920fcdf8fff2fb3eb0a70d00822a45ecd454f.tar.lz
nixpkgs-788920fcdf8fff2fb3eb0a70d00822a45ecd454f.tar.xz
nixpkgs-788920fcdf8fff2fb3eb0a70d00822a45ecd454f.tar.zst
nixpkgs-788920fcdf8fff2fb3eb0a70d00822a45ecd454f.zip
nixosTests.rasdaemon: init module test
and passthru test in the package
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index b3f6425763c..1f91d5b4f38 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -387,6 +387,7 @@ in
   rabbitmq = handleTest ./rabbitmq.nix {};
   radarr = handleTest ./radarr.nix {};
   radicale = handleTest ./radicale.nix {};
+  rasdaemon = handleTest ./rasdaemon.nix {};
   redis = handleTest ./redis.nix {};
   redmine = handleTest ./redmine.nix {};
   restartByActivationScript = handleTest ./restart-by-activation-script.nix {};