]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/utility/test/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / utility / test / Jamfile.v2
1 # Copyright David Abrahams 2003.
2
3 # Distributed under the Boost Software License, Version 1.0.
4 # See http://www.boost.org/LICENSE_1_0.txt
5
6 # For more information, see http://www.boost.org/
7
8 # bring in rules for testing
9 import testing ;
10
11 alias unit_test_framework
12 : # sources
13 /boost//unit_test_framework
14 ;
15
16 run base_from_member_test.cpp ;
17 run base_from_member_ref_test.cpp ;
18
19 run binary_test.cpp ;
20
21 run call_traits_test.cpp : -u ;
22
23 run compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ;
24
25 run iterators_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ;
26
27 run operators_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ;
28
29 compile result_of_test.cpp ;
30
31 run shared_iterator_test.cpp ;
32
33 # compile-fail string_ref_from_rvalue.cpp ;
34 run string_ref_test1.cpp unit_test_framework ;
35 run string_ref_test2.cpp unit_test_framework ;
36 run string_ref_test_io.cpp unit_test_framework ;
37 # compile-fail string_view_from_rvalue.cpp ;
38 compile string_view_constexpr_test1.cpp ;
39 run string_view_test1.cpp unit_test_framework ;
40 run string_view_test2.cpp unit_test_framework ;
41 run string_view_test_io.cpp unit_test_framework ;
42
43 run value_init_test.cpp ;
44 run value_init_workaround_test.cpp ;
45 run initialized_test.cpp ;
46 compile-fail value_init_test_fail1.cpp ;
47 compile-fail value_init_test_fail2.cpp ;
48 compile-fail value_init_test_fail3.cpp ;
49 compile-fail initialized_test_fail1.cpp ;
50 compile-fail initialized_test_fail2.cpp ;