diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-04 04:01:54 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-04 04:36:42 +0100 |
commit | fd1299cef399ec0c33e2b7416c63d78553dc3ced (patch) | |
tree | 08a99151470e625c961d44a81462504fbb4257ea /tests | |
parent | 4517de00cb0a1cb096d163d9c422ac4f55e383ed (diff) |
Merge pull request #9106 from Ericson2314/positive-source-filtering
Use positive source filtering for the standalone functional tests job and Perl bindings
(cherry picked from commit 6b6bd9003062c86a49d4384381941cf57f269c45)
Change-Id: I896be67654f893d543ed6beb5d0d0d6c6d36e027
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) |