2023-01-29 17:37:32 +00:00
|
|
|
check: libstore-tests-exe_RUN
|
2021-10-04 12:29:42 +00:00
|
|
|
|
2023-01-29 17:37:32 +00:00
|
|
|
programs += libstore-tests-exe
|
|
|
|
|
|
|
|
libstore-tests-exe_NAME = libnixstore-tests
|
|
|
|
|
|
|
|
libstore-tests-exe_DIR := $(d)
|
|
|
|
|
|
|
|
libstore-tests-exe_INSTALL_DIR :=
|
|
|
|
|
|
|
|
libstore-tests-exe_LIBS = libstore-tests
|
|
|
|
|
|
|
|
libstore-tests-exe_LDFLAGS := $(GTEST_LIBS)
|
|
|
|
|
|
|
|
libraries += libstore-tests
|
|
|
|
|
|
|
|
libstore-tests_NAME = libnixstore-tests
|
2021-10-04 12:29:42 +00:00
|
|
|
|
|
|
|
libstore-tests_DIR := $(d)
|
|
|
|
|
|
|
|
libstore-tests_INSTALL_DIR :=
|
|
|
|
|
|
|
|
libstore-tests_SOURCES := $(wildcard $(d)/*.cc)
|
|
|
|
|
|
|
|
libstore-tests_CXXFLAGS += -I src/libstore -I src/libutil
|
|
|
|
|
2023-01-29 18:52:38 +00:00
|
|
|
libstore-tests_LIBS = libutil-tests libstore libutil
|
2021-10-04 12:29:42 +00:00
|
|
|
|
2023-01-19 13:51:00 +00:00
|
|
|
libstore-tests_LDFLAGS := -lrapidcheck $(GTEST_LIBS)
|