forked from lix-project/lix
18 lines
420 B
Makefile
18 lines
420 B
Makefile
|
libraries += libstore-test-support
|
||
|
|
||
|
libstore-test-support_NAME = libnixstore-test-support
|
||
|
|
||
|
libstore-test-support_DIR := $(d)
|
||
|
|
||
|
libstore-test-support_INSTALL_DIR :=
|
||
|
|
||
|
libstore-test-support_SOURCES := $(wildcard $(d)/tests/*.cc)
|
||
|
|
||
|
libstore-test-support_CXXFLAGS += $(libstore-tests_EXTRA_INCLUDES)
|
||
|
|
||
|
libstore-test-support_LIBS = \
|
||
|
libutil-test-support \
|
||
|
libstore libutil
|
||
|
|
||
|
libstore-test-support_LDFLAGS := -lrapidcheck
|