forked from lix-project/lix
77ebbc9f54
Issue #5322.
16 lines
294 B
Makefile
16 lines
294 B
Makefile
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)
|