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 9import testing ; 10import ../../config/checks/config : requires ; 11 12project : 13 requirements 14 [ requires cxx14_constexpr ] 15; 16 17run forward.cpp ; 18run detail.cpp ; 19run array.cpp ; 20run output.cpp ; 21run input.cpp ; 22run reverse_iter.cpp ; 23run static_vec_noncopyable.cpp ; 24run bidirectional.cpp ; 25run random_access.cpp ; 26run static_vec.cpp ; 27