• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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