diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/acl/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/asiodns/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/asiolink/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/bench/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/cache/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/cc/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/config/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/cryptolink/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/datasrc/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/dhcp/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/dns/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/exceptions/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/log/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/nsas/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/resolve/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/server_common/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/statistics/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/util/tests/Makefile.am | 3 | ||||
-rw-r--r-- | src/lib/xfr/tests/Makefile.am | 3 |
19 files changed, 57 insertions, 0 deletions
diff --git a/src/lib/acl/tests/Makefile.am b/src/lib/acl/tests/Makefile.am index 636951199b..6df91c7703 100644 --- a/src/lib/acl/tests/Makefile.am +++ b/src/lib/acl/tests/Makefile.am @@ -8,6 +8,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/asiodns/tests/Makefile.am b/src/lib/asiodns/tests/Makefile.am index 95094f01b7..a96a3e67da 100644 --- a/src/lib/asiodns/tests/Makefile.am +++ b/src/lib/asiodns/tests/Makefile.am @@ -12,6 +12,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/asiolink/tests/Makefile.am b/src/lib/asiolink/tests/Makefile.am index eaa2173b69..39b098d331 100644 --- a/src/lib/asiolink/tests/Makefile.am +++ b/src/lib/asiolink/tests/Makefile.am @@ -18,6 +18,9 @@ AM_CXXFLAGS += $(WARNING_NO_MISSING_FIELD_INITIALIZERS_CFLAG) CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/bench/tests/Makefile.am b/src/lib/bench/tests/Makefile.am index 3f8a67863b..80695596fd 100644 --- a/src/lib/bench/tests/Makefile.am +++ b/src/lib/bench/tests/Makefile.am @@ -5,6 +5,9 @@ AM_CXXFLAGS = $(B10_CXXFLAGS) CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/cache/tests/Makefile.am b/src/lib/cache/tests/Makefile.am index b638f55cbc..fe33d3c3bf 100644 --- a/src/lib/cache/tests/Makefile.am +++ b/src/lib/cache/tests/Makefile.am @@ -28,6 +28,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/cc/tests/Makefile.am b/src/lib/cc/tests/Makefile.am index e49b599303..b891628e2b 100644 --- a/src/lib/cc/tests/Makefile.am +++ b/src/lib/cc/tests/Makefile.am @@ -16,6 +16,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/config/tests/Makefile.am b/src/lib/config/tests/Makefile.am index 2f1fc6fc1b..1d9bad833b 100644 --- a/src/lib/config/tests/Makefile.am +++ b/src/lib/config/tests/Makefile.am @@ -14,6 +14,9 @@ CLEANFILES = *.gcno *.gcda noinst_LTLIBRARIES = libfake_session.la libfake_session_la_SOURCES = fake_session.h fake_session.cc +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/cryptolink/tests/Makefile.am b/src/lib/cryptolink/tests/Makefile.am index fbe1bad350..be2f4d6f05 100644 --- a/src/lib/cryptolink/tests/Makefile.am +++ b/src/lib/cryptolink/tests/Makefile.am @@ -10,6 +10,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/datasrc/tests/Makefile.am b/src/lib/datasrc/tests/Makefile.am index adc8e0e3e4..6664c69ac5 100644 --- a/src/lib/datasrc/tests/Makefile.am +++ b/src/lib/datasrc/tests/Makefile.am @@ -17,6 +17,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = noinst_PROGRAMS = if HAVE_GTEST diff --git a/src/lib/dhcp/tests/Makefile.am b/src/lib/dhcp/tests/Makefile.am index cc20bd5e85..5f381706af 100644 --- a/src/lib/dhcp/tests/Makefile.am +++ b/src/lib/dhcp/tests/Makefile.am @@ -13,6 +13,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += libdhcp++_unittests diff --git a/src/lib/dns/tests/Makefile.am b/src/lib/dns/tests/Makefile.am index 60578285de..208c7ef62a 100644 --- a/src/lib/dns/tests/Makefile.am +++ b/src/lib/dns/tests/Makefile.am @@ -14,6 +14,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/exceptions/tests/Makefile.am b/src/lib/exceptions/tests/Makefile.am index 2444b025c6..28af1009de 100644 --- a/src/lib/exceptions/tests/Makefile.am +++ b/src/lib/exceptions/tests/Makefile.am @@ -9,6 +9,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/log/tests/Makefile.am b/src/lib/log/tests/Makefile.am index 974203789b..615f64b0ec 100644 --- a/src/lib/log/tests/Makefile.am +++ b/src/lib/log/tests/Makefile.am @@ -47,6 +47,9 @@ logger_lock_test_LDADD += $(top_builddir)/src/lib/util/libutil.la logger_lock_test_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la logger_lock_test_LDADD += $(AM_LDADD) $(LOG4CPLUS_LIBS) +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + if HAVE_GTEST TESTS = diff --git a/src/lib/nsas/tests/Makefile.am b/src/lib/nsas/tests/Makefile.am index afd91f63e4..3557c82960 100644 --- a/src/lib/nsas/tests/Makefile.am +++ b/src/lib/nsas/tests/Makefile.am @@ -25,6 +25,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/resolve/tests/Makefile.am b/src/lib/resolve/tests/Makefile.am index e7c59f45a1..4ee38118d5 100644 --- a/src/lib/resolve/tests/Makefile.am +++ b/src/lib/resolve/tests/Makefile.am @@ -8,6 +8,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/server_common/tests/Makefile.am b/src/lib/server_common/tests/Makefile.am index b059d4766b..366c68e5fd 100644 --- a/src/lib/server_common/tests/Makefile.am +++ b/src/lib/server_common/tests/Makefile.am @@ -22,6 +22,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/statistics/tests/Makefile.am b/src/lib/statistics/tests/Makefile.am index d66acdf857..c0f0295473 100644 --- a/src/lib/statistics/tests/Makefile.am +++ b/src/lib/statistics/tests/Makefile.am @@ -15,6 +15,9 @@ AM_CXXFLAGS += $(WARNING_NO_MISSING_FIELD_INITIALIZERS_CFLAG) CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/util/tests/Makefile.am b/src/lib/util/tests/Makefile.am index cf1e5a5ccc..a7811d5d43 100644 --- a/src/lib/util/tests/Makefile.am +++ b/src/lib/util/tests/Makefile.am @@ -15,6 +15,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests diff --git a/src/lib/xfr/tests/Makefile.am b/src/lib/xfr/tests/Makefile.am index 4abb456c8e..d8f39330e8 100644 --- a/src/lib/xfr/tests/Makefile.am +++ b/src/lib/xfr/tests/Makefile.am @@ -8,6 +8,9 @@ endif CLEANFILES = *.gcno *.gcda +TESTS_ENVIRONMENT = \ + libtool --mode=execute $(VALGRIND_COMMAND) + TESTS = if HAVE_GTEST TESTS += run_unittests |