diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
commit | e6918187568dbd01842d8d1d2c808ce16a894239 (patch) | |
tree | 64f88b554b444a49f656b6c656111a145cbbaa28 /src/boost/libs/align/test/Jamfile | |
parent | Initial commit. (diff) | |
download | ceph-upstream/18.2.2.tar.xz ceph-upstream/18.2.2.zip |
Adding upstream version 18.2.2.upstream/18.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/align/test/Jamfile')
-rw-r--r-- | src/boost/libs/align/test/Jamfile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/boost/libs/align/test/Jamfile b/src/boost/libs/align/test/Jamfile new file mode 100644 index 000000000..2004932dd --- /dev/null +++ b/src/boost/libs/align/test/Jamfile @@ -0,0 +1,25 @@ +# Copyright 2014-2015 Glen Joseph Fernandes +# (glenjofe@gmail.com) +# +# Distributed under the Boost Software License, Version 1.0. +# (http://www.boost.org/LICENSE_1_0.txt) + +import testing ; + +run align_test.cpp ; +run align_overflow_test.cpp ; +run align_down_test.cpp ; +run align_down_integral_test.cpp ; +run align_up_test.cpp ; +run align_up_integral_test.cpp ; +run aligned_alloc_test.cpp ; +run aligned_allocator_test.cpp ; +run aligned_allocator_adaptor_test.cpp ; +run aligned_delete_test.cpp ; +run alignment_of_test.cpp ; +run assume_aligned_test.cpp ; +run is_aligned_test.cpp ; +run is_aligned_integral_test.cpp ; + +compile aligned_allocator_incomplete_test.cpp ; +compile aligned_allocator_adaptor_incomplete_test.cpp ; |