Skip to content

Commit 6f8ecf9

Browse files
committed
Add additional exclusions
1 parent 2efb670 commit 6f8ecf9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/cover/make_gcov_02_files.gmk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FILES_EXCLUDE := $(PATH_SRC)/concepts_test.cpp
1515
$(PATH_SRC)/test_bad_evaluation_method.cpp \
1616
$(PATH_SRC)/test_explicit_floats.cpp \
1717
$(PATH_SRC)/test_from_chars.cpp \
18-
$(PATH_SRC)/test_illegal_decimal32_fast_implicit_conversions.cpp \
18+
$(PATH_SRC)/test_illegal_decimal32_implicit_conversions.cpp \
1919
$(PATH_SRC)/test_illegal_decimal32_fast_implicit_conversions.cpp \
2020
$(PATH_SRC)/test_illegal_decimal64_fast_implicit_conversions.cpp \
2121
$(PATH_SRC)/test_illegal_decimal64_implicit_conversions.cpp \
@@ -24,6 +24,11 @@ FILES_EXCLUDE := $(PATH_SRC)/concepts_test.cpp
2424
$(PATH_SRC)/test_decimal64_basis.cpp \
2525
$(PATH_SRC)/test_decimal128_basis.cpp \
2626
$(PATH_SRC)/benchmarks.cpp \
27+
$(PATH_SRC)/test_boost_math_univariate_stats.cpp \
28+
$(PATH_SRC)/benchmark_uint256.cpp \
29+
$(PATH_SRC)/github_issue_519.cpp \
30+
$(PATH_SRC)/test_fprintf.cpp \
31+
2732

2833
FILES_EXCLUDE := $(basename $(FILES_EXCLUDE))
2934

0 commit comments

Comments
 (0)