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

tests: test nix search behavior

This commit is contained in:
Will Dietz 2018-02-25 16:33:17 -06:00
parent 9432f3fb7d
commit 8282c60d74
3 changed files with 69 additions and 1 deletions

View file

@ -24,7 +24,8 @@ nix_tests = \
brotli.sh \
pure-eval.sh \
check.sh \
plugins.sh
plugins.sh \
search.sh
# parallel.sh
install-tests += $(foreach x, $(nix_tests), tests/$(x))