1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +02:00

Add tests for restricted eval mode

This commit is contained in:
Eelco Dolstra 2016-04-14 15:24:06 +02:00
parent 3c1c6b8f00
commit fc6a032989
2 changed files with 19 additions and 1 deletions

View file

@ -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))