about summary refs log tree commit diff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-04-14T13·24+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-04-14T13·24+0200
commitfc6a03298989383aa6d4562b51820d45a0f728eb (patch)
tree62cc6d23ec8d448f6bab74c4e0c44a9daae368c8 /tests/local.mk
parent3c1c6b8f0015a04b4bc156e2d632ceae183fce89 (diff)
Add tests for restricted eval mode
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 66b87e86b7..471821b270 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -11,7 +11,7 @@ nix_tests = \
   timeout.sh secure-drv-outputs.sh nix-channel.sh \
   multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \
   binary-cache.sh nix-profile.sh repair.sh dump-db.sh case-hack.sh \
-  check-reqs.sh pass-as-file.sh tarball.sh
+  check-reqs.sh pass-as-file.sh tarball.sh restricted.sh
   # parallel.sh
 
 install-tests += $(foreach x, $(nix_tests), tests/$(x))