nixos/tests: add clamav test

This commit is contained in:
Franz Pletz
2018-12-16 17:27:55 +01:00
parent c565746fdf
commit 6433f3b13b
2 changed files with 38 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ in
cfssl = handleTestOn ["x86_64-linux"] ./cfssl.nix {};
chromium = (handleTestOn ["x86_64-linux"] ./chromium.nix {}).stable or {};
cjdns = handleTest ./cjdns.nix {};
clamav = handleTest ./clamav.nix {};
cloud-init = handleTest ./cloud-init.nix {};
codimd = handleTest ./codimd.nix {};
containers-bridge = handleTest ./containers-bridge.nix {};