From: Joel Rosdahl Date: Sun, 22 Aug 2010 16:06:52 +0000 (+0200) Subject: test: Print note when not running pch tests X-Git-Tag: v3.1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a5ce3c79e1797cf6983dbe9a538ba971a1e93c1;p=thirdparty%2Fccache.git test: Print note when not running pch tests --- diff --git a/test.sh b/test.sh index 68879f200..94d5cf8a1 100755 --- a/test.sh +++ b/test.sh @@ -1607,6 +1607,7 @@ EOF if $COMPILER -fpch-preprocess pch.h 2>/dev/null; then : else + echo "Compiler ($COMPILER) doesn't support precompiled headers -- not running pch test" return fi