Remove autoconf base stuff
[libi2ncommon] / test / Makefile.am
CommitLineData
9fe0853b 1INCLUDES = -I$(top_srcdir)/configlib -I$(top_srcdir)/src -I$(top_srcdir)/utils @BOOST_CPPFLAGS@
ab59d4f3
GE
2METASOURCES = AUTO
3check_PROGRAMS = test
9fe0853b 4test_SOURCES = ip_range.cpp stringfunc.cpp test_containerfunc.cpp \
ac1367c0 5 test_cron_interval.cpp test_cron_point.cpp test_filefunc.cpp test_global_config.cpp \
52d6f7fc 6 test_logging.cpp test_pidfile.cpp test_timefunc.cpp test_tmpfstream.cpp
f3311b30 7test_LDADD = $(top_builddir)/src/libi2ncommon.la $(top_builddir)/utils/libi2ncommon_utils.la \
9fe0853b 8 $(top_builddir)/configlib/libi2ncommon_config.la @BOOST_UNIT_TEST_FRAMEWORK_LIB@
ab59d4f3
GE
9
10TESTS = test