summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2019-05-16 23:42:02 +0200
committerBas van Dijk <v.dijk.bas@gmail.com>2019-05-16 23:46:17 +0200
commit71fdb6931436e98259dcb65dbcd1f656c1b2d194 (patch)
treee9d5db63e7c0dd3025355abf5d9a2715e587a214 /nixos/tests/all-tests.nix
parentbc9df0f66110039e495b6debe3a6cda4a1bb0fed (diff)
downloadnixpkgs-71fdb6931436e98259dcb65dbcd1f656c1b2d194.tar
nixpkgs-71fdb6931436e98259dcb65dbcd1f656c1b2d194.tar.gz
nixpkgs-71fdb6931436e98259dcb65dbcd1f656c1b2d194.tar.bz2
nixpkgs-71fdb6931436e98259dcb65dbcd1f656c1b2d194.tar.lz
nixpkgs-71fdb6931436e98259dcb65dbcd1f656c1b2d194.tar.xz
nixpkgs-71fdb6931436e98259dcb65dbcd1f656c1b2d194.tar.zst
nixpkgs-71fdb6931436e98259dcb65dbcd1f656c1b2d194.zip
nixos: add test for tinydns
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 d495b2fa633..7ac6aba4ab3 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -236,6 +236,7 @@ in
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   taskserver = handleTest ./taskserver.nix {};
   telegraf = handleTest ./telegraf.nix {};
+  tinydns = handleTest ./tinydns.nix {};
   tomcat = handleTest ./tomcat.nix {};
   tor = handleTest ./tor.nix {};
   transmission = handleTest ./transmission.nix {};