Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / array / test / Jamfile.v2
1 #~ Copyright Rene Rivera 2008
2 #~ Distributed under the Boost Software License, Version 1.0.
3 #~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5 test-suite array :
6     [ run array0.cpp ]
7     [ run array1.cpp ]
8     [ run array2.cpp ]
9     [ run array3.cpp ]
10     [ run array4.cpp ]
11     [ run array5.cpp ]
12     [ run array6.cpp ]
13     [ run array7.cpp ]
14 #    [ run array_constexpr.cpp ]
15     [ compile-fail array_getfail1.cpp ]
16     [ compile-fail array_getfail2.cpp ]
17     [ run array_hash.cpp ]
18     ;