summary refs log tree commit diff
path: root/nixos/tests/default.nix
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-03-31 23:33:46 -0500
committerAustin Seipp <aseipp@pobox.com>2014-04-02 03:55:37 -0500
commit788354cc348d976eeb84e5e8041ea5563d931504 (patch)
tree7c1dee593ce18ea874cb570ea13a2c1052249db1 /nixos/tests/default.nix
parentf61110d65d8324e621feb2c25e081f125000a3ce (diff)
downloadnixlib-788354cc348d976eeb84e5e8041ea5563d931504.tar
nixlib-788354cc348d976eeb84e5e8041ea5563d931504.tar.gz
nixlib-788354cc348d976eeb84e5e8041ea5563d931504.tar.bz2
nixlib-788354cc348d976eeb84e5e8041ea5563d931504.tar.lz
nixlib-788354cc348d976eeb84e5e8041ea5563d931504.tar.xz
nixlib-788354cc348d976eeb84e5e8041ea5563d931504.tar.zst
nixlib-788354cc348d976eeb84e5e8041ea5563d931504.zip
nixos: add mumble test
This tests that both the client and server work. With screenshots!

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'nixos/tests/default.nix')
-rw-r--r--nixos/tests/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/default.nix b/nixos/tests/default.nix
index 4aeb7f55ac39..955c87b2714e 100644
--- a/nixos/tests/default.nix
+++ b/nixos/tests/default.nix
@@ -25,6 +25,7 @@ with import ../lib/testing.nix { inherit system minimal; };
   mysql = makeTest (import ./mysql.nix);
   mysql_replication = makeTest (import ./mysql-replication.nix);
   munin = makeTest (import ./munin.nix);
+  mumble = makeTest (import ./mumble.nix);
   nat = makeTest (import ./nat.nix);
   nfs3 = makeTest (import ./nfs.nix { version = 3; });
   #nfs4 = makeTest (import ./nfs.nix { version = 4; });