summaryrefslogtreecommitdiffstats
path: root/nixos/tests
diff options
context:
space:
mode:
authorJacek Galowicz <jacek@galowicz.de>2020-04-25 15:50:38 +0200
committerGitHub <noreply@github.com>2020-04-25 15:50:38 +0200
commit002b553b14280e69f9f6654bc806c16002756b0b (patch)
treeeffc64502c21c2f5785a89072ab026891559ebee /nixos/tests
parent4239bf17ec3c9a7583162dee93b2005dab956b77 (diff)
parenta33ce7e4fb6774dfc280b5ccd9451297804bc7c5 (diff)
Merge pull request #85781 from blitz/spike-test
Add spike integration 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 {};