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

nar-archive.cc: add tests for the nar index

This commit is contained in:
Benno Fünfstück 2017-05-15 12:23:21 +02:00
parent 75a1d9849d
commit 4412f7c083
3 changed files with 48 additions and 1 deletions

View file

@ -13,7 +13,8 @@ nix_tests = \
check-reqs.sh pass-as-file.sh tarball.sh restricted.sh \
placeholders.sh nix-shell.sh \
linux-sandbox.sh \
build-remote.sh
build-remote.sh \
nar-index.sh
# parallel.sh
install-tests += $(foreach x, $(nix_tests), tests/$(x))