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