Skip to content

Commit f4c615d

Browse files
committed
switched to Boost.LightweightTest
1 parent f1ad617 commit f4c615d

File tree

3 files changed

+143
-134
lines changed

3 files changed

+143
-134
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

test/build.jam

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,16 @@ import testing ;
44
project 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

1312
unit-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

0 commit comments

Comments
 (0)