about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJulian Stecklina <julian.stecklina@cyberus-technology.de>2020-04-22 14:40:38 +0200
committerJulian Stecklina <julian.stecklina@cyberus-technology.de>2020-04-22 14:45:12 +0200
commita33ce7e4fb6774dfc280b5ccd9451297804bc7c5 (patch)
treece77d03158755154ffe4a457c12594ab2e7141ed /nixos/tests
parentf690b34603d39a23c4305193747b06c17367e19f (diff)
downloadnixlib-a33ce7e4fb6774dfc280b5ccd9451297804bc7c5.tar
nixlib-a33ce7e4fb6774dfc280b5ccd9451297804bc7c5.tar.gz
nixlib-a33ce7e4fb6774dfc280b5ccd9451297804bc7c5.tar.bz2
nixlib-a33ce7e4fb6774dfc280b5ccd9451297804bc7c5.tar.lz
nixlib-a33ce7e4fb6774dfc280b5ccd9451297804bc7c5.tar.xz
nixlib-a33ce7e4fb6774dfc280b5ccd9451297804bc7c5.tar.zst
nixlib-a33ce7e4fb6774dfc280b5ccd9451297804bc7c5.zip
spike: add test to nixosTests
Diffstat (limited to 'nixos/tests')
-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 cbfdf3ad9c20..38e8980b7482 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -287,6 +287,7 @@ in
   snapper = handleTest ./snapper.nix {};
   solr = handleTest ./solr.nix {};
   spacecookie = handleTest ./spacecookie.nix {};
+  spike = handleTest ./spike.nix {};
   sonarr = handleTest ./sonarr.nix {};
   strongswan-swanctl = handleTest ./strongswan-swanctl.nix {};
   sudo = handleTest ./sudo.nix {};