summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-04-24 16:23:13 +0800
committerPeter Hoeg <peter@hoeg.com>2019-04-24 17:02:20 +0800
commitc5af9fd4ddafc64edf74ffe7126eb60c80d635e7 (patch)
treef30597127f9c7dc9fb7e8a171b389ee11a82bee9 /nixos/tests/all-tests.nix
parent30e71f9cb89c17de4fc0c945e8a2f53b375ffbaa (diff)
downloadnixpkgs-c5af9fd4ddafc64edf74ffe7126eb60c80d635e7.tar
nixpkgs-c5af9fd4ddafc64edf74ffe7126eb60c80d635e7.tar.gz
nixpkgs-c5af9fd4ddafc64edf74ffe7126eb60c80d635e7.tar.bz2
nixpkgs-c5af9fd4ddafc64edf74ffe7126eb60c80d635e7.tar.lz
nixpkgs-c5af9fd4ddafc64edf74ffe7126eb60c80d635e7.tar.xz
nixpkgs-c5af9fd4ddafc64edf74ffe7126eb60c80d635e7.tar.zst
nixpkgs-c5af9fd4ddafc64edf74ffe7126eb60c80d635e7.zip
nixos/mosquitto: 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 8b27ff808e6..6e1c4fff663 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -143,6 +143,7 @@ in
   misc = handleTest ./misc.nix {};
   mongodb = handleTest ./mongodb.nix {};
   morty = handleTest ./morty.nix {};
+  mosquitto = handleTest ./mosquitto.nix {};
   mpd = handleTest ./mpd.nix {};
   mumble = handleTest ./mumble.nix {};
   munin = handleTest ./munin.nix {};