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/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1125cf35605ea58c1b5e1cabc11e5b251d5db8;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