|
1 | 1 | # ----------------------------------------------------------------------------- |
2 | | -# Copyright Matt Borland 2023 - 2024. |
3 | | -# Copyright Christopher Kormanyos 2023 - 2024. |
| 2 | +# Copyright Matt Borland 2023 - 2026. |
| 3 | +# Copyright Christopher Kormanyos 2023 - 2026. |
4 | 4 | # Distributed under the Boost Software License, |
5 | 5 | # Version 1.0. (See accompanying file LICENSE_1_0.txt |
6 | 6 | # or copy at http://www.boost.org/LICENSE_1_0.txt) |
7 | 7 | # ----------------------------------------------------------------------------- |
8 | 8 |
|
9 | 9 | FILES_PRJ := $(basename $(wildcard $(PATH_SRC)/*.cpp)) |
10 | 10 |
|
11 | | -FILES_EXCLUDE := $(PATH_SRC)/concepts_test.cpp \ |
| 11 | +FILES_EXCLUDE := $(PATH_SRC)/benchmark_uint256.cpp \ |
| 12 | + $(PATH_SRC)/benchmarks.cpp \ |
| 13 | + $(PATH_SRC)/check_cmake_version.cpp \ |
| 14 | + $(PATH_SRC)/concepts_test.cpp \ |
| 15 | + $(PATH_SRC)/github_issue_1087.cpp \ |
| 16 | + $(PATH_SRC)/github_issue_519.cpp \ |
12 | 17 | $(PATH_SRC)/link_1.cpp \ |
13 | 18 | $(PATH_SRC)/link_2.cpp \ |
14 | 19 | $(PATH_SRC)/link_3.cpp \ |
15 | 20 | $(PATH_SRC)/limits_link_1.cpp \ |
16 | 21 | $(PATH_SRC)/limits_link_2.cpp \ |
17 | 22 | $(PATH_SRC)/limits_link_3.cpp \ |
18 | 23 | $(PATH_SRC)/test_bad_evaluation_method.cpp \ |
| 24 | + $(PATH_SRC)/test_boost_math_univariate_stats.cpp \ |
| 25 | + $(PATH_SRC)/test_decimal32.cpp \ |
| 26 | + $(PATH_SRC)/test_decimal64_basis.cpp \ |
| 27 | + $(PATH_SRC)/test_decimal128_basis.cpp \ |
19 | 28 | $(PATH_SRC)/test_explicit_floats.cpp \ |
20 | | - $(PATH_SRC)/test_from_chars.cpp \ |
21 | | - $(PATH_SRC)/test_illegal_decimal32_implicit_conversions.cpp \ |
| 29 | + $(PATH_SRC)/test_illegal_decimal128_implicit_conversions.cpp \ |
22 | 30 | $(PATH_SRC)/test_illegal_decimal32_fast_implicit_conversions.cpp \ |
| 31 | + $(PATH_SRC)/test_illegal_decimal32_implicit_conversions.cpp \ |
23 | 32 | $(PATH_SRC)/test_illegal_decimal64_fast_implicit_conversions.cpp \ |
24 | 33 | $(PATH_SRC)/test_illegal_decimal64_implicit_conversions.cpp \ |
25 | | - $(PATH_SRC)/test_illegal_decimal128_implicit_conversions.cpp \ |
26 | | - $(PATH_SRC)/test_decimal32.cpp \ |
27 | | - $(PATH_SRC)/test_decimal64_basis.cpp \ |
28 | | - $(PATH_SRC)/test_decimal128_basis.cpp \ |
29 | | - $(PATH_SRC)/benchmarks.cpp \ |
30 | | - $(PATH_SRC)/test_boost_math_univariate_stats.cpp \ |
31 | | - $(PATH_SRC)/benchmark_uint256.cpp \ |
32 | | - $(PATH_SRC)/github_issue_519.cpp \ |
33 | 34 | $(PATH_SRC)/test_fprintf.cpp \ |
| 35 | + $(PATH_SRC)/test_from_chars.cpp \ |
| 36 | + |
34 | 37 |
|
35 | 38 |
|
36 | 39 | FILES_EXCLUDE := $(basename $(FILES_EXCLUDE)) |
|
0 commit comments