about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-18 14:42:41 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-18 14:42:41 +0100
commit903106efb392dc6235dd02523c29b3fbfed37462 (patch)
tree633dffbc29ec74863c592dbf51cd46950a0cc2c1 /release.nix
parentbe4dbbc339433d0de03f801c1c1223b1cd26330d (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix4
1 files changed, 2 insertions, 2 deletions
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