about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T11·23+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T12·54+0100
commit16e7d692092449263880ee795ec419cecbe22d24 (patch)
treee42cdbfb28006768699cac05f911a644d37ba8fb /tests
parentac8c2ef1aa30c50b568883d2051335a66437694f (diff)
Update Makefile variable names
Diffstat (limited to 'tests')
-rw-r--r--tests/local.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 21ffd047f6f2..87f4e25e6024 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -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