File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ project
16
16
: requirements
17
17
<toolset>gcc:<cxxflags>-Wno-deprecated-declarations
18
18
<library>/boost/core//boost_core
19
- <library>/boost/detail//boost_detail
20
- <library>/boost/type_traits//boost_type_traits
21
19
;
22
20
23
21
@@ -92,9 +90,9 @@ test-suite config
92
90
[ run config_info.cpp : : : <test-info>always_show_run_output <exception-handling>off
93
91
<target-os>vxworks:<build>no
94
92
: config_info_no_except ]
95
- [ run math_info.cpp : : : <test-info>always_show_run_output <toolset>borland:<runtime-link>static <toolset>borland:<link>static ]
93
+ [ run math_info.cpp : : : <library>/boost/type_traits//boost_type_traits < test-info>always_show_run_output <toolset>borland:<runtime-link>static <toolset>borland:<link>static ]
96
94
[ run abi/abi_test.cpp abi/main.cpp ]
97
- [ run limits_test.cpp ]
95
+ [ run limits_test.cpp : : : <library>/boost/detail//boost_detail ]
98
96
[ run link/main.cpp link//link_test
99
97
: #args
100
98
: #input-files
@@ -129,7 +127,7 @@ explicit has_clang_implicit_fallthrough ;
129
127
130
128
exe config_info_printer : config_info.cpp ;
131
129
explicit config_info_printer ;
132
- exe math_info_printer : math_info.cpp ;
130
+ exe math_info_printer : math_info.cpp : <library>/boost/type_traits//boost_type_traits ;
133
131
explicit math_info_printer ;
134
132
135
133
actions print-run
You can’t perform that action at this time.
0 commit comments