aboutsummaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-06-16 13:20:50 +0200
committerGitHub <noreply@github.com>2023-06-16 13:20:50 +0200
commit713836112c1e0f83af38a2273d5f32d52f4a4808 (patch)
tree4c7cf7a89de8895de6b71db05169e1c76c1817bd /tests/local.mk
parent09320140b59f234e2292cabf03b4f23962a6029d (diff)
parentd2696cdd1ee404ef6c6bd532cb90007dd8ee3e9f (diff)
Merge pull request #8517 from hercules-ci/fix-build-hook-error-for-lib-users
Fix build hook error for libstore library users
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 2da47d243..8e387fe45 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -135,6 +135,7 @@ nix_tests = \
flakes/show.sh \
impure-derivations.sh \
path-from-hash-part.sh \
+ test-libstoreconsumer.sh \
toString-path.sh
ifeq ($(HAVE_LIBCPUID), 1)
@@ -153,6 +154,7 @@ test-deps += \
tests/common/vars-and-functions.sh \
tests/config.nix \
tests/ca/config.nix \
+ tests/test-libstoreconsumer/test-libstoreconsumer \
tests/dyn-drv/config.nix
ifeq ($(BUILD_SHARED_LIBS), 1)