From 9a5ce3c79e1797cf6983dbe9a538ba971a1e93c1 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 22 Aug 2010 18:06:52 +0200 Subject: [PATCH] test: Print note when not running pch tests --- test.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3