]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/utility/test/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / utility / test / Jamfile.v2
CommitLineData
7c673cae
FG
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
9import testing ;
10
11alias unit_test_framework
12 : # sources
13 /boost//unit_test_framework
14 ;
15
b32b8144
FG
16run base_from_member_test.cpp ;
17run base_from_member_ref_test.cpp ;
18
19run binary_test.cpp ;
20
21run call_traits_test.cpp : -u ;
22
23run compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ;
24
25run iterators_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ;
26
27run operators_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ;
28
29compile result_of_test.cpp ;
30
31run shared_iterator_test.cpp ;
32
33# compile-fail string_ref_from_rvalue.cpp ;
34run string_ref_test1.cpp unit_test_framework ;
35run string_ref_test2.cpp unit_test_framework ;
36run string_ref_test_io.cpp unit_test_framework ;
37# compile-fail string_view_from_rvalue.cpp ;
38compile string_view_constexpr_test1.cpp ;
39run string_view_test1.cpp unit_test_framework ;
40run string_view_test2.cpp unit_test_framework ;
41run string_view_test_io.cpp unit_test_framework ;
7c673cae 42
b32b8144
FG
43run value_init_test.cpp ;
44run value_init_workaround_test.cpp ;
45run initialized_test.cpp ;
46compile-fail value_init_test_fail1.cpp ;
47compile-fail value_init_test_fail2.cpp ;
48compile-fail value_init_test_fail3.cpp ;
49compile-fail initialized_test_fail1.cpp ;
50compile-fail initialized_test_fail2.cpp ;