Migrate from cppunit to boost::test
[libasyncio] / unittest / Makefile.am
1 INCLUDES = -I$(top_srcdir)/. -I$(top_srcdir)/asyncio -I$(top_srcdir)/utils \
2         @BOOST_CPPFLAGS@ @LIBI2NCOMMON_CFLAGS@
3 METASOURCES = AUTO
4 check_PROGRAMS = testsimpleio
5 testsimpleio_SOURCES = test_simpleio_basics.cpp
6 testsimpleio_LDADD = $(top_builddir)/utils/libasyncio_utils.la \
7         $(top_builddir)/asyncio/libasyncio.la @BOOST_LDFLAGS@ @BOOST_SIGNALS_LIB@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@  @LIBI2NCOMMON_LIBS@
8
9 TESTS = testsimpleio