aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libstoreconsumer
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-06-30 23:36:27 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-06-30 23:36:27 +0200
commita6c17097d2ee76a347d86c42a37fd6de0d0fd3ef (patch)
tree90894adabadbc029667c50ee656f1809b88fd8a2 /tests/test-libstoreconsumer
parent7b5ca7ebe2c5ba78a1ad1baa1d84627f62994816 (diff)
tests: Don't install test-libstoreconsumer program
Sorry about that. Fixes https://github.com/NixOS/nix/issues/8616
Diffstat (limited to 'tests/test-libstoreconsumer')
-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) \