tests: Don't install test-libstoreconsumer program

Sorry about that.
Fixes https://github.com/NixOS/nix/issues/8616
This commit is contained in:
Robert Hensing 2023-06-30 23:36:27 +02:00
parent 7b5ca7ebe2
commit a6c17097d2

View file

@ -2,6 +2,9 @@ programs += test-libstoreconsumer
test-libstoreconsumer_DIR := $(d)
# do not install
test-libstoreconsumer_INSTALL_DIR :=
test-libstoreconsumer_SOURCES := \
$(wildcard $(d)/*.cc) \