]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Print note when not running pch tests
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 22 Aug 2010 16:06:52 +0000 (18:06 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 22 Aug 2010 16:06:52 +0000 (18:06 +0200)
test.sh

diff --git a/test.sh b/test.sh
index 68879f200d335f65fcceeccbe01e9e495bbf78a1..94d5cf8a11e3cb6c4188041516aaaee23e11bf3a 100755 (executable)
--- 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