Skip to content

Commit

Permalink
tests: Don't install test-libstoreconsumer program
Browse files Browse the repository at this point in the history
Sorry about that.
Fixes NixOS#8616
  • Loading branch information
roberth authored and iFreilicht committed Jul 2, 2023
1 parent 7366575 commit 162d018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test-libstoreconsumer/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ programs += test-libstoreconsumer

test-libstoreconsumer_DIR := $(d)

# do not install
test-libstoreconsumer_INSTALL_DIR :=

test-libstoreconsumer_SOURCES := \
$(wildcard $(d)/*.cc) \

Expand Down

0 comments on commit 162d018

Please sign in to comment.