From: Otto Moerbeek Date: Tue, 5 Jan 2021 10:46:57 +0000 (+0100) Subject: If unit tests are enabled, build testrunner from the main dir X-Git-Tag: rec-4.5.0-alpha1~45^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c21ac8017af95acd8d20247d22a3892dddebb0d3;p=thirdparty%2Fpdns.git If unit tests are enabled, build testrunner from the main dir --- 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