aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-07-01 00:17:07 +0200
committerGitHub <noreply@github.com>2023-07-01 00:17:07 +0200
commitd05d175ddfc3dae2e8ba33bce6935bb55773e6fa (patch)
tree90894adabadbc029667c50ee656f1809b88fd8a2
parent7b5ca7ebe2c5ba78a1ad1baa1d84627f62994816 (diff)
parenta6c17097d2ee76a347d86c42a37fd6de0d0fd3ef (diff)
Merge pull request #8619 from hercules-ci/issue-8616-dont-install-test-program
tests: Don't install test-libstoreconsumer program
-rw-r--r--tests/test-libstoreconsumer/local.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-libstoreconsumer/local.mk b/tests/test-libstoreconsumer/local.mk
index cd2d0c7f8..edc140723 100644
--- a/tests/test-libstoreconsumer/local.mk
+++ b/tests/test-libstoreconsumer/local.mk
@@ -2,6 +2,9 @@ programs += test-libstoreconsumer
test-libstoreconsumer_DIR := $(d)
+# do not install
+test-libstoreconsumer_INSTALL_DIR :=
+
test-libstoreconsumer_SOURCES := \
$(wildcard $(d)/*.cc) \