]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/utility/test/Jamfile.v2
add subtree-ish sources for 12.0.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 # Please keep the tests ordered by filename
17 test-suite utility
18 :
19 [ run ../base_from_member_test.cpp ]
20 [ run ../base_from_member_ref_test.cpp ]
21 [ run ../binary_test.cpp ]
22 [ run ../call_traits_test.cpp : -u ]
23 [ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
24 [ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
25 [ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
26 [ run ../numeric_traits_test.cpp ]
27 [ run ../operators_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
28 [ compile result_of_test.cpp ]
29 [ run ../shared_iterator_test.cpp ]
30 [ run string_ref_test1.cpp unit_test_framework ]
31 [ run string_ref_test2.cpp unit_test_framework ]
32 [ run string_ref_test_io.cpp unit_test_framework ]
33 [ run string_view_test1.cpp unit_test_framework ]
34 [ run string_view_test2.cpp unit_test_framework ]
35 [ run string_view_test_io.cpp unit_test_framework ]
36 [ run ../value_init_test.cpp ]
37 [ run ../value_init_workaround_test.cpp ]
38 [ run ../initialized_test.cpp ]
39 [ compile-fail ../value_init_test_fail1.cpp ]
40 [ compile-fail ../value_init_test_fail2.cpp ]
41 [ compile-fail ../value_init_test_fail3.cpp ]
42 [ compile-fail ../initialized_test_fail1.cpp ]
43 [ compile-fail ../initialized_test_fail2.cpp ]
44
45 [ run ../generator_iterator_test.cpp ]
46 ;
47