From: Joel Rosdahl Date: Wed, 1 Sep 2010 20:48:27 +0000 (+0200) Subject: Test -I with concatenated argument X-Git-Tag: v3.1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a75236ab2d23b2b1b7e0ec59448461523418abf;p=thirdparty%2Fccache.git Test -I with concatenated argument --- diff --git a/test.sh b/test.sh index 26618974a..3adb5dd9d 100755 --- a/test.sh +++ b/test.sh @@ -1217,7 +1217,8 @@ EOF cd .. cd dir2 - CCACHE_BASEDIR="`pwd`" $CCACHE $COMPILER -I`pwd`/include -c src/test.c + # The space after -I is there to test an extra code path. + CCACHE_BASEDIR="`pwd`" $CCACHE $COMPILER -I `pwd`/include -c src/test.c checkstat 'cache hit (direct)' 0 checkstat 'cache hit (preprocessed)' 1 checkstat 'cache miss' 1