summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2019-01-24 23:09:42 +0100
committerElis Hirwing <elis@hirwing.se>2019-01-25 07:12:08 +0100
commiteb356ef3f890065b7ce650c41988870b83b36a6c (patch)
tree709be87569041f915d19570916eb7d77c1001e8c /nixos/tests/all-tests.nix
parentddcb2c473d41ebc78e00eb61458b5ead9bd187ca (diff)
downloadnixpkgs-eb356ef3f890065b7ce650c41988870b83b36a6c.tar
nixpkgs-eb356ef3f890065b7ce650c41988870b83b36a6c.tar.gz
nixpkgs-eb356ef3f890065b7ce650c41988870b83b36a6c.tar.bz2
nixpkgs-eb356ef3f890065b7ce650c41988870b83b36a6c.tar.lz
nixpkgs-eb356ef3f890065b7ce650c41988870b83b36a6c.tar.xz
nixpkgs-eb356ef3f890065b7ce650c41988870b83b36a6c.tar.zst
nixpkgs-eb356ef3f890065b7ce650c41988870b83b36a6c.zip
nixos/lidarr: Add test for lidarr to ensure startup
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 d679c4e6e06..4a7235b748b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -120,6 +120,7 @@ in
   latestKernel.login = handleTest ./login.nix { latestKernel = true; };
   ldap = handleTest ./ldap.nix {};
   leaps = handleTest ./leaps.nix {};
+  lidarr = handleTest ./lidarr.nix {};
   #lightdm = handleTest ./lightdm.nix {};
   login = handleTest ./login.nix {};
   #logstash = handleTest ./logstash.nix {};