Restructured test directories.
[libsex.git] / tests / src / Makefile.am
blob8833050820d40d3b65422fa746fd085a17ac2c47
1 noinst_LTLIBRARIES = libtest.la
2 libtest_la_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) $(CPPUNIT_CFLAGS)
3 libtest_la_CXXFLAGS = $(CPPUNIT_LIBS)
4 libtest_la_LIBADD   = \
5         $(top_srcdir)/src/libsex.la \
6         $(top_srcdir)/tests/framework/libframework.la
7 libtest_la_SOURCES  = \
8         TestException.cxx \
9         TestUtility.cxx \
10         TestMacros.cxx