File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
2833FILES_EXCLUDE := $(basename $(FILES_EXCLUDE))
2934
You can’t perform that action at this time.
0 commit comments