summaryrefslogtreecommitdiffstats
path: root/indexlib/tests/Makefile.am
blob: 468c69c64ff37aade84c3f4aa669bade5bb849c9 (plain)
1
2
3
4
5
6
7
8
9
if enable_indexlib_unittests
TESTDRIVER = testdriver
else
TESTDRIVER =
endif
noinst_PROGRAMS = $(TESTDRIVER)
testdriver_SOURCES = testdriver.cpp create-test.cpp ifile-test.cpp leafdatavector-test.cpp match-test.cpp mempool-test.cpp memvector-test.cpp slow-test.cpp stringarray-test.cpp stringset-test.cpp tokenizer-test.cpp
testdriver_CXXFLAGS = -I.. $(all_includes)
testdriver_LDADD = ../libindex.la -lboost_unit_test_framework -lz