From: Automatic source maintenance Date: Mon, 3 Aug 2009 02:03:14 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_STABLE18~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff678a578303773da00d6781bf23b9a5e68e4c9;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/Makefile.in b/Makefile.in index 2e22274cdc..ca134056a8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -741,6 +741,16 @@ install-pinger: all-am: @echo "Build Successful." + +check: have-cppunit check-recursive + +have-cppunit: + @if test "@SQUID_CPPUNIT_INC@@SQUID_CPPUNIT_LA@@SQUID_CPPUNIT_LIBS@" = "" ; then \ + echo "FATAL: 'make check' requires cppunit and cppunit development packages. They do not appear to be installed." ; \ + exit 1 ; \ + fi + +.PHONY: have-cppunit # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: