about summary refs log tree commit diff
path: root/tests/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2017-11-21 07:42:53 +0100
committeraszlig <aszlig@nix.build>2017-11-21 07:44:57 +0100
commitda3aa9a273544efc8d13864439cf73c35d30855c (patch)
tree8e532b118c6e996f27646d7605bb9e3b5f2a43e3 /tests/default.nix
parent57df162fb098f0362a9b3f9e8cf497a5217cfab3 (diff)
tests: Add simple test for buildSandbox
This is only a very rudimentary test of the sandbox implementation, but
it already serves as a series of regression test for a few problems I
ran into so far.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'tests/default.nix')
-rw-r--r--tests/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 31fa8154..0d03bc62 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -7,6 +7,7 @@ let
 
 in {
   games = {
+    sandbox = callTest ./games/sandbox.nix;
     starbound = callTest ./games/starbound.nix;
   };
   programs = {