about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2017-11-21 07:51:25 +0100
committeraszlig <aszlig@nix.build>2017-11-21 07:51:25 +0100
commit6201f67e9ec30ec7d39270c0da27cd282a5e8cb4 (patch)
tree5b6d0a77301ee2bf21ea9982aa23a3ba8c2bc53b /tests
parentda3aa9a273544efc8d13864439cf73c35d30855c (diff)
tests/games/sandbox: Rename to tests/sandbox
We have excluded all tests within the games directory from being built
by Hydra, rightfully so because they're proprietary. However our sandbox
is *not* proprietary so we want to have it tested.

Besides, we might want to use that sandbox for other things rather than
just games in the future, which saves us that rename later ;-)

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'tests')
-rw-r--r--tests/default.nix2
-rw-r--r--tests/sandbox.nix (renamed from tests/games/sandbox.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 0d03bc62..c9cafe6c 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -7,12 +7,12 @@ let
 
 in {
   games = {
-    sandbox = callTest ./games/sandbox.nix;
     starbound = callTest ./games/starbound.nix;
   };
   programs = {
     gnupg = callTest ./programs/gnupg;
   };
+  sandbox = callTest ./sandbox.nix;
   system = {
     kernel.bfq = callTest ./system/kernel/bfq.nix;
   };
diff --git a/tests/games/sandbox.nix b/tests/sandbox.nix
index 98d29870..98d29870 100644
--- a/tests/games/sandbox.nix
+++ b/tests/sandbox.nix