Skip to content

Commit c044926

Browse files
author
Vivien Clauzon
committed
debug in docov
1 parent 16d025a commit c044926

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tools/build/docov

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
do_title "Building Minic for Linux coverage"
1818

19-
OPT="$d --coverage -fprofile-abs-path -O3 $STDVERSION"
19+
OPT="$d --coverage -fprofile-abs-path -fprofile-update=atomic -O3 $STDVERSION"
2020

2121
if [ $FATHOM_PRESENT = "1" ]; then
2222
lib=fathom_dev_linux_x64.o
@@ -74,8 +74,11 @@ done
7474

7575
lcov -d $(readlink -f ../) -c -o rapport.info --no-external
7676
genhtml -o rapport -t "coverage" rapport.info
77+
lcov -l rapport.info
7778

7879
#rm -f *.gcno
7980
#rm -f *.gcda
8081

82+
ls
83+
8184
cd ..

0 commit comments

Comments
 (0)