nixos/tests: add test for codimd

This commit is contained in:
WilliButz
2018-09-17 15:18:52 +02:00
committed by Robin Gloster
parent db846a88a8
commit dd5dcc65ac
2 changed files with 57 additions and 0 deletions
+1
View File
@@ -261,6 +261,7 @@ in rec {
tests.chromium = (callSubTestsOnMatchingSystems ["x86_64-linux"] tests/chromium.nix {}).stable or {};
tests.cjdns = callTest tests/cjdns.nix {};
tests.cloud-init = callTest tests/cloud-init.nix {};
tests.codimd = callTest tests/codimd.nix {};
tests.containers-ipv4 = callTest tests/containers-ipv4.nix {};
tests.containers-ipv6 = callTest tests/containers-ipv6.nix {};
tests.containers-bridge = callTest tests/containers-bridge.nix {};