Update from upstream

This commit is contained in:
Pierre Pronchery 2018-02-19 02:04:36 +01:00
parent a45d04f292
commit b5d3cca472

View File

@ -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"