diff options
Diffstat (limited to 'tools/testlist')
| -rwxr-xr-x | tools/testlist | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testlist b/tools/testlist index c42824f..01a48e2 100755 --- a/tools/testlist +++ b/tools/testlist @@ -24,7 +24,7 @@ do  		CFLAGS=`cat $FILE | grep "cflags:" | cut -d':' -f2`  		TEST=test_$NAME  		echo "$TEST: $FILE $DEPS" -		echo -e "\t@${SCRIPTDIR}/test $FILE $DEPS $CFLAGS $LIBS" +		echo -e "\t@TEST_DEPS=\"$DEPS\" TEST_CFLAGS=\"$CFLAGS\" TEST_LIBS=\"$LIBS\" ${SCRIPTDIR}/test $FILE"  		echo ""  done < tmp  | 
