From: Ruben Kerkhof Date: Sun, 20 Jul 2014 12:31:30 +0000 (+0200) Subject: Warn when tests are not enabled X-Git-Tag: auth-3.4.0-rc1~60^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1580%2Fhead;p=thirdparty%2Fpdns.git Warn when tests are not enabled --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 0c6f9c6a0f..b9f85af593 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -352,6 +352,9 @@ pdns_control_LDFLAGS=@THREADFLAGS@ if UNIT_TESTS TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message TESTS=testrunner +else +check: + @echo "Unit tests are not enabled" endif dnslabeltext.cc: dnslabeltext.rl