forked from lix-project/lix
tests: Don't install test-libstoreconsumer program
Sorry about that. Fixes https://github.com/NixOS/nix/issues/8616
This commit is contained in:
parent
7b5ca7ebe2
commit
a6c17097d2
|
@ -2,6 +2,9 @@ programs += test-libstoreconsumer
|
||||||
|
|
||||||
test-libstoreconsumer_DIR := $(d)
|
test-libstoreconsumer_DIR := $(d)
|
||||||
|
|
||||||
|
# do not install
|
||||||
|
test-libstoreconsumer_INSTALL_DIR :=
|
||||||
|
|
||||||
test-libstoreconsumer_SOURCES := \
|
test-libstoreconsumer_SOURCES := \
|
||||||
$(wildcard $(d)/*.cc) \
|
$(wildcard $(d)/*.cc) \
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue