File tree Expand file tree Collapse file tree 3 files changed +143
-134
lines changed Expand file tree Collapse file tree 3 files changed +143
-134
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def config_options(self):
3030
3131 def build_requirements (self ):
3232 if self .develop :
33- self .build_requires ("boost_test /[>1.60]@bincrafters/stable" )
33+ self .build_requires ("boost_core /[>1.60]@bincrafters/stable" )
3434
3535 def package_info (self ):
3636 self .info .header_only ()
Original file line number Diff line number Diff line change @@ -4,33 +4,16 @@ import testing ;
44project flags_tests
55 : requirements <warnings>all
66 <warnings-as-errors>on
7- <cxxflags>-std=c++11
87 <include>../include/
98 : default-build <variant>release
109 ;
1110
1211
1312unit-test main-test
1413 : main-test.cpp
15- /boost_test//libs
1614 /boost_config//libs
17- /boost_preprocessor//libs
18- /boost_type_traits//libs
19- /boost_utility//libs
2015 /boost_core//libs
21- /boost_smart_ptr//libs
2216 /boost_assert//libs
23- /boost_throw_exception//libs
24- /boost_predef//libs
25- /boost_static_assert//libs
26- /boost_mpl//libs
27- /boost_numeric_conversion//libs
28- /boost_function//libs
29- /boost_integer//libs
30- /boost_type_index//libs
31- /boost_container_hash//libs
32- /boost_bind//libs
33- : <define>BOOST_TEST_MODULE=enum_flags
3417 ;
3518
3619
You can’t perform that action at this time.
0 commit comments