diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/local.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/functional/local.mk b/tests/functional/local.mk index 5eec6df9e..a2f900a9e 100644 --- a/tests/functional/local.mk +++ b/tests/functional/local.mk @@ -1,7 +1,3 @@ -# whether to run the tests that assume that we have a local build of -# Nix -HAVE_LOCAL_NIX_BUILD ?= 1 - nix_tests = \ test-infra.sh \ init.sh \ @@ -130,7 +126,7 @@ ifeq ($(HAVE_LIBCPUID), 1) nix_tests += compute-levels.sh endif -ifeq ($(HAVE_LOCAL_NIX_BUILD), 1) +ifeq ($(ENABLE_BUILD), yes) nix_tests += test-libstoreconsumer.sh ifeq ($(BUILD_SHARED_LIBS), 1) |