]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/align/test/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / align / test / Jamfile.v2
1 # (c) 2014-2015 Glen Joseph Fernandes
2 # <glenjofe -at- gmail.com>
3 #
4 # Distributed under the Boost Software
5 # License, Version 1.0.
6 # http://boost.org/LICENSE_1_0.txt
7
8 import testing ;
9
10 run align_test.cpp ;
11 run align_down_test.cpp ;
12 run align_up_test.cpp ;
13 run aligned_alloc_test.cpp ;
14 run aligned_allocator_test.cpp ;
15 run aligned_allocator_adaptor_test.cpp ;
16 run aligned_delete_test.cpp ;
17 run alignment_of_test.cpp ;
18 run assume_aligned_test.cpp ;
19 run is_aligned_test.cpp ;