From f01f598916283c6d66232ecd7a93097c5c118932 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Mar 2015 12:41:53 +0100 Subject: tests: Integrate heinrich VM test from labernix. Using "import ../machines" is a bit ugly here, so we might want to integrate this into make-test.nix, but other than that it should work nevertheless. Signed-off-by: aszlig --- release.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 72442bba..12c8d3ef 100644 --- a/release.nix +++ b/release.nix @@ -10,6 +10,7 @@ in with pkgs.lib; with builtins; { tests = { i3 = import ./tests/i3.nix { inherit system; }; + heinrich = import ./tests/heinrich.nix { inherit system; }; }; manual = let -- cgit 1.4.1