From 6201f67e9ec30ec7d39270c0da27cd282a5e8cb4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 21 Nov 2017 07:51:25 +0100 Subject: 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 --- tests/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/default.nix') 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; }; -- cgit 1.4.1