]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/stl_interfaces/test/Jamfile.v2
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / stl_interfaces / test / Jamfile.v2
1 # Boost.STLInterfaces Library Tests Jamfile
2
3 # Copyright Oliver Kowalke 2013.
4 # Copyright Modified Work Barrett Adair 2020
5 # Distributed under the Boost Software License, Version 1.0.
6 # (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8
9 import testing ;
10 import ../../config/checks/config : requires ;
11
12 project :
13 requirements
14 [ requires cxx14_constexpr ]
15 ;
16
17 run forward.cpp ;
18 run detail.cpp ;
19 run array.cpp ;
20 run output.cpp ;
21 run input.cpp ;
22 run reverse_iter.cpp ;
23 run static_vec_noncopyable.cpp ;
24 run bidirectional.cpp ;
25 run random_access.cpp ;
26 run static_vec.cpp ;
27
28 compile compile_seq_cont_rvalue_constrained_pop_back.cpp ;