|
@@ -45,7 +45,7 @@ run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
|
|
|
run_unittests_LDADD += $(top_builddir)/src/lib/util/unittests/libutil_unittests.la
|
|
|
endif
|
|
|
|
|
|
-check_PROGRAMS = logger_example
|
|
|
+noinst_PROGRAMS = logger_example
|
|
|
logger_example_SOURCES = logger_example.cc
|
|
|
logger_example_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
|
|
|
logger_example_LDFLAGS = $(AM_LDFLAGS) $(LOG4CPLUS_LDFLAGS)
|
|
@@ -53,7 +53,7 @@ logger_example_LDADD = $(top_builddir)/src/lib/log/liblog.la
|
|
|
logger_example_LDADD += $(top_builddir)/src/lib/util/libutil.la
|
|
|
logger_example_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
|
|
|
|
|
|
-check_PROGRAMS += init_logger_test
|
|
|
+noinst_PROGRAMS += init_logger_test
|
|
|
init_logger_test_SOURCES = init_logger_test.cc
|
|
|
init_logger_test_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
|
|
|
init_logger_test_LDFLAGS = $(AM_LDFLAGS) $(LOG4CPLUS_LDFLAGS)
|
|
@@ -61,7 +61,7 @@ init_logger_test_LDADD = $(top_builddir)/src/lib/log/liblog.la
|
|
|
init_logger_test_LDADD += $(top_builddir)/src/lib/util/libutil.la
|
|
|
init_logger_test_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
|
|
|
|
|
|
-check_PROGRAMS += $(TESTS)
|
|
|
+noinst_PROGRAMS += $(TESTS)
|
|
|
|
|
|
# Additional test using the shell. These are principally tests
|
|
|
# where the global logging environment is affected, and where the
|