2
0
mirror of https://github.com/boostorg/align.git synced 2026-01-19 16:12:08 +00:00
Files
align/test/Jamfile
2020-09-01 20:15:37 -04:00

26 lines
716 B
Plaintext

# 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 ;