summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2019-07-07 03:03:59 +0200
committerJanne Heß <janne@hess.ooo>2019-07-07 03:03:59 +0200
commit9e2a8f50237d1c3def60aabea16d099bfdae576e (patch)
tree2bdf507ecb9e599016abf00bb3c282ae57917a89 /nixos/tests/all-tests.nix
parente295fd81370929a4268e94ba95d86f3f296d610c (diff)
downloadnixpkgs-9e2a8f50237d1c3def60aabea16d099bfdae576e.tar
nixpkgs-9e2a8f50237d1c3def60aabea16d099bfdae576e.tar.gz
nixpkgs-9e2a8f50237d1c3def60aabea16d099bfdae576e.tar.bz2
nixpkgs-9e2a8f50237d1c3def60aabea16d099bfdae576e.tar.lz
nixpkgs-9e2a8f50237d1c3def60aabea16d099bfdae576e.tar.xz
nixpkgs-9e2a8f50237d1c3def60aabea16d099bfdae576e.tar.zst
nixpkgs-9e2a8f50237d1c3def60aabea16d099bfdae576e.zip
nixos/icingaweb: Fix module path; Add test
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 359f62751b9..f4e87b17375 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -111,6 +111,7 @@ in
   hound = handleTest ./hound.nix {};
   hydra = handleTest ./hydra {};
   i3wm = handleTest ./i3wm.nix {};
+  icingaweb2 = handleTest ./icingaweb2.nix {};
   iftop = handleTest ./iftop.nix {};
   incron = handleTest ./incron.nix {};
   influxdb = handleTest ./influxdb.nix {};