File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 4949 git submodule update --init libs/predef
5050 git submodule update --init libs/static_assert
5151 git submodule update --init libs/test
52+ git submodule update --init libs/random
5253 ./bootstrap.sh
5354 ./b2 headers
5455 - name : gcc-gcov-native
Original file line number Diff line number Diff line change 88
99FILES_PRJ := $(basename $(wildcard $(PATH_SRC)/*.cpp))
1010
11- FILES_EXCLUDE := $(PATH_SRC)/concepts_test.cpp \
12- $(PATH_SRC)/link_1.cpp \
13- $(PATH_SRC)/link_2.cpp \
14- $(PATH_SRC)/link_3.cpp \
15- $(PATH_SRC)/test_bad_evaluation_method.cpp \
16- $(PATH_SRC)/test_explicit_floats.cpp \
17- $(PATH_SRC)/test_from_chars.cpp
11+ FILES_EXCLUDE := $(PATH_SRC)/concepts_test.cpp \
12+ $(PATH_SRC)/link_1.cpp \
13+ $(PATH_SRC)/link_2.cpp \
14+ $(PATH_SRC)/link_3.cpp \
15+ $(PATH_SRC)/test_bad_evaluation_method.cpp \
16+ $(PATH_SRC)/test_explicit_floats.cpp \
17+ $(PATH_SRC)/test_from_chars.cpp \
18+ $(PATH_SRC)/test_illegal_decimal32_fast_implicit_conversions.cpp \
19+ $(PATH_SRC)/test_illegal_decimal32_implicit_conversions.cpp \
20+ $(PATH_SRC)/test_illegal_decimal64_fast_implicit_conversions.cpp \
21+ $(PATH_SRC)/test_illegal_decimal64_implicit_conversions.cpp \
22+ $(PATH_SRC)/test_illegal_decimal128_implicit_conversions.cpp \
23+
1824
1925FILES_EXCLUDE := $(basename $(FILES_EXCLUDE))
2026
You can’t perform that action at this time.
0 commit comments