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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf1125cf35605ea58c1b5e1cabc11e5b251d5db8;p=pdns Warn when tests are not enabled --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 0c6f9c6a0..b9f85af59 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