aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/tests/local.mk
blob: 03becc7d11b6b0c399b0c354cd6929c96bc2f709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
check: libstore-tests-exe_RUN

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

libstore-tests_DIR := $(d)

libstore-tests_INSTALL_DIR :=

libstore-tests_SOURCES := $(wildcard $(d)/*.cc)

libstore-tests_CXXFLAGS += -I src/libstore -I src/libutil

libstore-tests_LIBS = libutil-tests libstore libutil

libstore-tests_LDFLAGS := -lrapidcheck $(GTEST_LIBS)