summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2020-01-07 11:52:32 -0500
committerJon <jonringer@users.noreply.github.com>2020-01-16 12:38:36 -0800
commit5089214a3dfaf8dc5b0ec3875ce676a231c30f29 (patch)
tree676a21074a74c77610dfd6a635ae903a6df83f98 /nixos/tests/all-tests.nix
parent046730ebdb664bcba35e78e697585e9763f35c6c (diff)
downloadnixpkgs-5089214a3dfaf8dc5b0ec3875ce676a231c30f29.tar
nixpkgs-5089214a3dfaf8dc5b0ec3875ce676a231c30f29.tar.gz
nixpkgs-5089214a3dfaf8dc5b0ec3875ce676a231c30f29.tar.bz2
nixpkgs-5089214a3dfaf8dc5b0ec3875ce676a231c30f29.tar.lz
nixpkgs-5089214a3dfaf8dc5b0ec3875ce676a231c30f29.tar.xz
nixpkgs-5089214a3dfaf8dc5b0ec3875ce676a231c30f29.tar.zst
nixpkgs-5089214a3dfaf8dc5b0ec3875ce676a231c30f29.zip
nixos/corerad: init
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 67dfd931d4b..ceeab2c21d9 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -61,6 +61,7 @@ in
   containers-portforward = handleTest ./containers-portforward.nix {};
   containers-restart_networking = handleTest ./containers-restart_networking.nix {};
   containers-tmpfs = handleTest ./containers-tmpfs.nix {};
+  corerad = handleTest ./corerad.nix {};
   couchdb = handleTest ./couchdb.nix {};
   deluge = handleTest ./deluge.nix {};
   dhparams = handleTest ./dhparams.nix {};