Update exception message. Atleast boost 1.44.0 uses this one
[libt2n] / test / Makefile.am
CommitLineData
307b5e74 1INCLUDES = -I$(top_srcdir)/src @BOOST_CPPFLAGS@
644c4d26 2METASOURCES = AUTO
07e98688
GE
3check_PROGRAMS = test
4
d184c648 5test_LDADD = $(top_builddir)/src/libt2n.la @BOOST_SERIALIZATION_LIB@ \
307b5e74 6 @BOOST_LDFLAGS@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@
039e52da 7test_SOURCES = newserver.cpp callback.cpp cmdgroup.cpp comm.cpp hello.cpp reconnect.cpp \
307b5e74 8 reentrant.cpp serialize.cpp simplecmd.cpp timeout.cpp wrapper.cpp test_fixtures.hxx
07e98688
GE
9
10TESTS = test