arabica/tests/Taggle/Makefile.am

21 lines
500 B
Text
Raw Normal View History

2009-03-09 22:29:32 +01:00
check_PROGRAMS = taggle_test
if WANT_TESTS
TESTS = $(check_PROGRAMS)
endif
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @PARSER_HEADERS@ $(BOOST_CPPFLAGS)
LIBARABICA = $(top_builddir)/src/libarabica.la
TESTLIBS = $(LIBARABICA) ../CppUnit/libcppunit.la
2011-11-25 19:47:54 +01:00
SYSLIBS = @PARSER_LIBS@
2009-03-09 22:29:32 +01:00
2009-03-12 21:00:35 +01:00
test_sources = test_Taggle.hpp
2009-03-09 22:29:32 +01:00
taggle_test_SOURCES = taggle_test.cpp \
$(test_sources)
2011-11-25 19:47:54 +01:00
taggle_test_LDADD = $(TESTLIBS) $(SYSLIBS)
2009-03-09 22:29:32 +01:00
taggle_test_DEPENDENCIES = $(TESTLIBS)