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:
parent
ac8c2ef1aa
commit
16e7d69209
18 changed files with 29 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue