Skip to content

Commit fc1063d

Browse files
authored
tests: Support /include/g++-v14/ libstdc++ header location (#504)
- Debian: /usr/x86_64-linux-gnu/include/c++/14/bits/basic_string.h - Gentoo: /usr/lib/gcc/x86_64-pc-linux-gnu/14/include/g++-v14/bits/basic_string.h
1 parent 59f7ef8 commit fc1063d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lcov/extract/extract.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ if [ 0 != $? ] ; then
226226
fi
227227
228228
# exclude some un-covered standard includes
229-
EXCLUDE='--exclude */include/c++/* --ignore unused'
229+
EXCLUDE='--exclude */include/c++/* --exclude */include/g++-v* --ignore unused'
230230
231231
# callback tests
232232
echo $COVER $CAPTURE . $LCOV_OPTS -o callback.info $FILTER $IGNORE --criteria $SCRIPT_DIR/threshold.pm,--line,90,--branch,65,--function,100 $EXCLUDE

0 commit comments

Comments
 (0)