From c21ac8017af95acd8d20247d22a3892dddebb0d3 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 5 Jan 2021 11:46:57 +0100 Subject: [PATCH] If unit tests are enabled, build testrunner from the main dir --- pdns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 2d14bb190c..7346a552ef 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1431,7 +1431,7 @@ pdns_control_SOURCES = \ unix_utility.cc if UNIT_TESTS - +noinst_PROGRAMS = testrunner if HAVE_BOOST_GE_148 TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message SRCDIR='$(srcdir)' TESTS=testrunner -- 2.47.2