1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 16:13:54 +02:00

Update Makefile variable names

This commit is contained in:
Eelco Dolstra 2014-02-01 12:23:14 +01:00
parent ac8c2ef1aa
commit 16e7d69209
18 changed files with 29 additions and 29 deletions

View file

@ -12,10 +12,10 @@ nix_tests = \
multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \
binary-cache.sh nix-profile.sh
INSTALL_TESTS += $(foreach x, $(nix_tests), tests/$(x))
install-tests += $(foreach x, $(nix_tests), tests/$(x))
TESTS_ENVIRONMENT = NIX_REMOTE= $(bash) -e
tests-environment = NIX_REMOTE= $(bash) -e
clean_files += $(d)/common.sh
clean-files += $(d)/common.sh
installcheck: $(d)/common.sh