aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/tests/local.mk
blob: 6ae9a028560f1f38152722aa6a647fe3e7f7e49e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
check: libstore-tests_RUN

programs += libstore-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 = libstore

libstore-tests_LDFLAGS := $(GTEST_LIBS)