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

tests: Add simple tests for nix-shell

nix-shell -A, -p and -i are lightly tested.
This commit is contained in:
Tuomas Tynkkynen 2017-01-01 18:45:51 +02:00
parent 018f884ffd
commit b501bea25f
4 changed files with 72 additions and 1 deletions

View file

@ -11,7 +11,7 @@ nix_tests = \
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 restricted.sh \
placeholders.sh
placeholders.sh nix-shell.sh
# parallel.sh
install-tests += $(foreach x, $(nix_tests), tests/$(x))