2012-05-28 11:53:51 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
TESTS = \
|
2013-02-08 06:49:23 +01:00
|
|
|
icinga2_test
|
2012-05-28 11:53:51 +02:00
|
|
|
|
|
|
|
check_PROGRAMS = \
|
2013-02-08 06:49:23 +01:00
|
|
|
icinga2_test
|
2012-05-28 11:53:51 +02:00
|
|
|
|
2013-02-08 06:49:23 +01:00
|
|
|
icinga2_test_SOURCES = \
|
|
|
|
test.cpp \
|
2013-04-18 16:40:09 +02:00
|
|
|
base-array.cpp \
|
|
|
|
base-convert.cpp \
|
2013-03-22 10:58:47 +01:00
|
|
|
base-dictionary.cpp \
|
2013-04-18 16:40:09 +02:00
|
|
|
base-fifo.cpp \
|
2013-04-19 13:51:33 +02:00
|
|
|
base-match.cpp \
|
2013-04-18 16:40:09 +02:00
|
|
|
base-object.cpp \
|
2013-04-19 12:58:16 +02:00
|
|
|
base-shellescape.cpp \
|
2013-09-02 10:52:39 +02:00
|
|
|
base-stacktrace.cpp \
|
|
|
|
base-timer.cpp \
|
|
|
|
base-value.cpp
|
2012-05-28 11:53:51 +02:00
|
|
|
|
2013-02-08 06:49:23 +01:00
|
|
|
icinga2_test_CPPFLAGS = \
|
2012-05-28 11:53:51 +02:00
|
|
|
$(BOOST_CPPFLAGS) \
|
2013-03-18 11:15:46 +01:00
|
|
|
-I${top_srcdir}/lib
|
2012-05-28 11:53:51 +02:00
|
|
|
|
2013-02-08 06:49:23 +01:00
|
|
|
icinga2_test_LDADD = \
|
2012-05-28 11:53:51 +02:00
|
|
|
$(BOOST_LDFLAGS) \
|
|
|
|
$(BOOST_UNIT_TEST_FRAMEWORK_LIB) \
|
2012-09-14 11:41:15 +02:00
|
|
|
${top_builddir}/lib/base/libbase.la \
|
|
|
|
${top_builddir}/lib/icinga/libicinga.la
|