X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2FMakefile.am;h=bc1f77b624b3c024c60540f1fb555d4df04651a2;hp=ec58406d9334bd1e3fe524c5bf47b5caaa6ee4fe;hb=01a464637ed95b0aacd58eb74bdd17df4a7851ab;hpb=644c4d262aab14ee4ec1cfade83a2e99568098d3 diff --git a/test/Makefile.am b/test/Makefile.am index ec58406..bc1f77b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,10 @@ -INCLUDES = -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir)/src @BOOST_CPPFLAGS@ @CPPUNIT_CFLAGS@ METASOURCES = AUTO -bin_PROGRAMS = client server -client_SOURCES = client.cpp -client_LDADD = $(top_builddir)/src/libt2n.la -server_LDADD = $(top_builddir)/src/libt2n.la -server_SOURCES = server.cpp +check_PROGRAMS = test + +test_LDADD = $(top_builddir)/src/libt2n.la @BOOST_SERIALIZATION_LIB@ \ + @BOOST_LDFLAGS@ @CPPUNIT_LIBS@ +test_SOURCES = test.cpp comm.cpp simplecmd.cpp callback.cpp hello.cpp \ + timeout.cpp serialize.cpp + +TESTS = test