diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-06-30 23:36:27 +0200 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-06-30 23:36:27 +0200 |
commit | a6c17097d2ee76a347d86c42a37fd6de0d0fd3ef (patch) | |
tree | 90894adabadbc029667c50ee656f1809b88fd8a2 | |
parent | 7b5ca7ebe2c5ba78a1ad1baa1d84627f62994816 (diff) |
tests: Don't install test-libstoreconsumer program
Sorry about that.
Fixes https://github.com/NixOS/nix/issues/8616
-rw-r--r-- | tests/test-libstoreconsumer/local.mk | 3 |
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) \ |