8
8
# http://www.boost.org/LICENSE_1_0.txt)
9
9
#
10
10
11
+ require-b2 5.0.1 ;
12
+ import-search /boost/config/checks ;
13
+ import config : requires ;
11
14
import testing ;
12
- import ../../config/checks/config : requires ;
13
15
14
16
local below_cpp14 = 98 03 0x 11 ;
15
17
local since_cpp20 = 2a 20 latest ;
16
18
17
19
project
18
20
: requirements
21
+ <library>/boost/variant//boost_variant
19
22
[ requires cxx11_rvalue_references ]
20
23
<toolset>msvc:<asynch-exceptions>on
21
24
;
@@ -30,7 +33,7 @@ test-suite variant
30
33
[ run test6.cpp : : : : variant_test6 ]
31
34
[ run test7.cpp : : : : variant_test7 ]
32
35
[ run test8.cpp : : : : variant_test8 ]
33
- [ run test9.cpp : : : : variant_test9 ]
36
+ [ run test9.cpp : : : <library>/boost/fusion//boost_fusion : variant_test9 ]
34
37
[ run recursive_variant_test.cpp ]
35
38
[ run variant_reference_test.cpp ]
36
39
[ run variant_comparison_test.cpp ]
@@ -39,7 +42,7 @@ test-suite variant
39
42
[ run variant_get_test.cpp ]
40
43
[ compile-fail variant_rvalue_get_with_ampersand_test.cpp ]
41
44
[ compile-fail no_rvalue_to_nonconst_visitation.cpp ]
42
- [ compile fusion_interop.cpp ]
45
+ [ compile fusion_interop.cpp : <library>/boost/fusion//boost_fusion ]
43
46
[ run variant_polymorphic_get_test.cpp ]
44
47
[ run variant_multivisit_test.cpp ]
45
48
[ run hash_variant_test.cpp ]
@@ -58,13 +61,13 @@ test-suite variant
58
61
[ run recursive_variant_test.cpp : : : <rtti>off <define>BOOST_NO_RTTI <define>BOOST_NO_TYPEID : variant_no_rtti_test ]
59
62
[ run hash_recursive_variant_test.cpp ]
60
63
[ run variant_swap_test.cpp ]
61
- [ run auto_visitors.cpp ]
64
+ [ run auto_visitors.cpp : : : <library>/boost/lexical_cast//boost_lexical_cast ]
62
65
[ run issue42.cpp ]
63
- [ run issue53.cpp ]
66
+ [ run issue53.cpp : : : <library>/boost/thread//boost_thread ]
64
67
[ run overload_selection.cpp : : : "<cxxstd>$(since_cpp20)"\:<build>no ]
65
- [ run recursive_wrapper_move_test.cpp ]
68
+ [ run recursive_wrapper_move_test.cpp : : : <library>/boost/array//boost_array ]
66
69
[ run variant_over_joint_view_test.cpp ]
67
- [ run const_ref_apply_visitor.cpp ]
68
- ;
70
+ [ run const_ref_apply_visitor.cpp : : : <library>/boost/lexical_cast//boost_lexical_cast ]
71
+ ;
69
72
70
73
0 commit comments