From a681f8b98982c5528272195a863c218e99688d18 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 11 Dec 2015 13:40:04 +0100 Subject: release.nix: Unconditionally add vuizvui tests. We want to have non-machine-specific tests as well, so let's ensure that we build all tests listed in the tests directory. This is especially useful if we want to have tests on build products within release.nix or tests which are unrelated to machines. Signed-off-by: aszlig --- release.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 35f1ad7e..b023ef6e 100644 --- a/release.nix +++ b/release.nix @@ -73,7 +73,9 @@ in with pkgsUpstream.lib; with builtins; { machine.build.config.vuizvui.requiresTests ) machineList); mkTest = path: setAttrByPath path (getAttrFromPath path allTests); - in fold recursiveUpdate {} (map mkTest activatedTests); + in fold recursiveUpdate {} (map mkTest activatedTests) // { + inherit (allTests) vuizvui; + }; pkgs = let releaseLib = import "${nixpkgs}/pkgs/top-level/release-lib.nix" { -- cgit 1.4.1