summaryrefslogtreecommitdiff
path: root/tests/cppunit/Makefile.am
blob: 2443be2d5b986965ec0b705d2ddcbdcdf7124197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LDADD = $(top_builddir)/lib/libsword.la

# Rules for the test code (use `make check` to execute)
if HAVE_CPPUNIT
TESTS = LibSword
else
TESTS =
endif
check_PROGRAMS = $(TESTS)
LibSword_SOURCES = main.cpp stringmgr_test.cpp swbuf_test.cpp url_test.cpp versekey_test.cpp 
LibSword_CXXFLAGS = $(CPPUNIT_CFLAGS) -I$(top_srcdir)/include
LibSword_LDFLAGS = $(CPPUNIT_LIBS)

swcppunitpdir = $(top_srcdir)/tests/cppunit

#all: check