]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/array/test/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / 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 import testing ;
6
7 alias unit_test_framework
8 : # sources
9 /boost//unit_test_framework
10 ;
11
12 test-suite array :
13 [ run array0.cpp unit_test_framework : : : : array0 ]
14 [ run array1.cpp ]
15 [ run array2.cpp ]
16 [ run array3.cpp ]
17 [ run array4.cpp ]
18 [ run array5.cpp ]
19 [ run array6.cpp unit_test_framework : : : : array6 ]
20 [ run array_hash.cpp unit_test_framework : : : : array_hash ]
21 ;