diff options
author | deva <deva> | 2011-02-14 14:09:04 +0000 |
---|---|---|
committer | deva <deva> | 2011-02-14 14:09:04 +0000 |
commit | 04f275fea9186a75836b589022a9fa410aea7b02 (patch) | |
tree | 70d5e61af8e2e8319326d3ca8a9f3ea805fe06e8 /tools/testlist | |
parent | 95cfffa53760942c3ccf6abc18b81f48d03a3ff6 (diff) |
Added gcov (coverage measurement) in unittests.
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 |