Update from upstream
This commit is contained in:
parent
a45d04f292
commit
b5d3cca472
|
@ -59,7 +59,7 @@ _coverage()
|
|||
$MAKE CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" OBJDIR="$tmpdir/tests/" "$tmpdir/tests/$TARGET"
|
||||
res=$?
|
||||
#look for any code executed
|
||||
$FIND "$tmpdir/tests" -name '*.gcda' | while read filename; do
|
||||
$FIND "$tmpdir" -name '*.gcda' | while read filename; do
|
||||
echo
|
||||
echo "${filename%.gcda}.c:"
|
||||
$GCOV -n "${filename%.gcda}.gcno"
|
||||
|
|
Loading…
Reference in New Issue
Block a user