aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-01-19 08:51:00 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-01-23 07:05:50 -0500
commit7fe308c2f840325199f49526b257bbe4ded5a909 (patch)
tree5ea58d3ca8724e4d464270a4a46093107cc5a9ab /src
parent90e630a542c163e4d0fa2fb28bc6e1782e4bd394 (diff)
Add `rapidcheck` dependency for testing
Property tests are great! Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
Diffstat (limited to 'src')
-rw-r--r--src/libstore/tests/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/tests/local.mk b/src/libstore/tests/local.mk
index f74295d97..a2cf8a0cf 100644
--- a/src/libstore/tests/local.mk
+++ b/src/libstore/tests/local.mk
@@ -12,4 +12,4 @@ libstore-tests_CXXFLAGS += -I src/libstore -I src/libutil
libstore-tests_LIBS = libstore libutil
-libstore-tests_LDFLAGS := $(GTEST_LIBS)
+libstore-tests_LDFLAGS := -lrapidcheck $(GTEST_LIBS)