From 903106efb392dc6235dd02523c29b3fbfed37462 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Mar 2015 14:42:41 +0100 Subject: tests: Properly namespace the VM tests. We're going to write much more tests and don't want to clutter up the tests/ directory. Signed-off-by: aszlig --- release.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 12c8d3ef..a6bbc06d 100644 --- a/release.nix +++ b/release.nix @@ -9,8 +9,8 @@ in with pkgs.lib; with builtins; { ) (import ./machines { inherit system; }); tests = { - i3 = import ./tests/i3.nix { inherit system; }; - heinrich = import ./tests/heinrich.nix { inherit system; }; + aszlig.i3 = import ./tests/aszlig/i3.nix { inherit system; }; + labnet.heinrich = import ./tests/labnet/heinrich.nix { inherit system; }; }; manual = let -- cgit 1.4.1