]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/utility/test/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[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
b32b8144
FG
11run base_from_member_test.cpp ;
12run base_from_member_ref_test.cpp ;
13
14run binary_test.cpp ;
15
16run call_traits_test.cpp : -u ;
17
11fdf7f2 18run compressed_pair_test.cpp ;
92f5a8d4 19run compressed_pair_final_test.cpp ;
b32b8144 20
11fdf7f2 21run iterators_test.cpp ;
b32b8144 22
11fdf7f2 23run operators_test.cpp ;
b32b8144
FG
24
25compile result_of_test.cpp ;
26
b32b8144 27# compile-fail string_ref_from_rvalue.cpp ;
11fdf7f2
TL
28run string_ref_test1.cpp ;
29run string_ref_test2.cpp ;
30run string_ref_test_io.cpp ;
b32b8144
FG
31# compile-fail string_view_from_rvalue.cpp ;
32compile string_view_constexpr_test1.cpp ;
11fdf7f2
TL
33run string_view_test1.cpp ;
34run string_view_test2.cpp ;
35run string_view_test_io.cpp ;
7c673cae 36
b32b8144
FG
37run value_init_test.cpp ;
38run value_init_workaround_test.cpp ;
39run initialized_test.cpp ;
40compile-fail value_init_test_fail1.cpp ;
41compile-fail value_init_test_fail2.cpp ;
42compile-fail value_init_test_fail3.cpp ;
43compile-fail initialized_test_fail1.cpp ;
44compile-fail initialized_test_fail2.cpp ;
92f5a8d4
TL
45
46run ostream_string_test.cpp ;