nixos/fwupd: add test

This commit is contained in:
Jan Tojnar
2018-02-15 01:11:13 +01:00
parent be54e4b07e
commit 201cc158cb
4 changed files with 40 additions and 5 deletions
+1
View File
@@ -258,6 +258,7 @@ in rec {
tests.firefox = callTest tests/firefox.nix {};
tests.firewall = callTest tests/firewall.nix {};
tests.fleet = callTestOnTheseSystems ["x86_64-linux"] tests/fleet.nix {};
tests.fwupd = callTest tests/fwupd.nix {};
#tests.gitlab = callTest tests/gitlab.nix {};
tests.gitolite = callTest tests/gitolite.nix {};
tests.gocd-agent = callTest tests/gocd-agent.nix {};