mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
Add rapidcheck dependency for testing
Property tests are great!
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
(cherry picked from commit 7fe308c2f8)
This commit is contained in:
parent
291e36b1c0
commit
c92e51ecec
4 changed files with 13 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue