From 43c35e8bb05e6b4f42ad821515b32e3b402e472b Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 16 Jul 2016 20:00:39 +0200 Subject: test: Make CCACHE_COMPILE available in all suites --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 2ec4880f..d32dca3e 100755 --- a/test.sh +++ b/test.sh @@ -753,7 +753,6 @@ EOF } base_suite() { - CCACHE_COMPILE="$CCACHE $COMPILER" base_tests } @@ -2670,6 +2669,8 @@ if [ -z "$CCACHE" ]; then CCACHE=`pwd`/ccache fi +CCACHE_COMPILE="$CCACHE $COMPILER" + # save the type of compiler because some test may not work on all compilers COMPILER_TYPE_CLANG=0 COMPILER_TYPE_GCC=0 -- cgit v1.2.1