mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
Add tests for "nix verify", "nix sign-paths" etc.
This commit is contained in:
parent
2c39e4eca0
commit
d6dbda7004
2 changed files with 64 additions and 1 deletions
|
@ -17,7 +17,8 @@ nix_tests = \
|
|||
nar-access.sh \
|
||||
structured-attrs.sh \
|
||||
fetchGit.sh \
|
||||
fetchMercurial.sh
|
||||
fetchMercurial.sh \
|
||||
signing.sh
|
||||
# parallel.sh
|
||||
|
||||
install-tests += $(foreach x, $(nix_tests), tests/$(x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue