about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-11-02 13:59:10 -0400
committerTim Steinbach <tim@nequissimus.com>2017-11-02 14:09:56 -0400
commitd27cf320cf23d45261b64326793e8e41bdba5971 (patch)
treed0c3e288c9cb67ca630c9c0abdbed91f391ffb8e /nixos/release.nix
parentace06a2bf1527e8dcae3e82ff394c797404c3899 (diff)
downloadnixlib-d27cf320cf23d45261b64326793e8e41bdba5971.tar
nixlib-d27cf320cf23d45261b64326793e8e41bdba5971.tar.gz
nixlib-d27cf320cf23d45261b64326793e8e41bdba5971.tar.bz2
nixlib-d27cf320cf23d45261b64326793e8e41bdba5971.tar.lz
nixlib-d27cf320cf23d45261b64326793e8e41bdba5971.tar.xz
nixlib-d27cf320cf23d45261b64326793e8e41bdba5971.tar.zst
nixlib-d27cf320cf23d45261b64326793e8e41bdba5971.zip
zookeeper: Add simple test
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index d5f59a524e04..3ecf2ca42ced 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -329,7 +329,7 @@ in rec {
   tests.wordpress = callTest tests/wordpress.nix {};
   tests.xfce = callTest tests/xfce.nix {};
   tests.xmonad = callTest tests/xmonad.nix {};
-
+  tests.zookeeper = callTest tests/zookeeper.nix {};
 
   /* Build a bunch of typical closures so that Hydra can keep track of
      the evolution of closure sizes. */