1
0
Fork 0
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:
Eelco Dolstra 2017-11-14 18:24:20 +01:00
parent 2c39e4eca0
commit d6dbda7004
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 64 additions and 1 deletions

View file

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