mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
Add a test for diverted stores
This commit is contained in:
parent
c5bea16611
commit
7dedd3fa24
2 changed files with 29 additions and 1 deletions
|
@ -11,7 +11,8 @@ 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 nix-shell.sh
|
||||
placeholders.sh nix-shell.sh \
|
||||
linux-sandbox.sh
|
||||
# parallel.sh
|
||||
|
||||
install-tests += $(foreach x, $(nix_tests), tests/$(x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue