icinga2/test/Makefile.am

31 lines
580 B
Makefile
Raw Normal View History

2012-05-28 11:53:51 +02:00
## Process this file with automake to produce Makefile.in
TESTS = \
icinga2_test
2012-05-28 11:53:51 +02:00
check_PROGRAMS = \
icinga2_test
2012-05-28 11:53:51 +02: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 \
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
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
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