• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2014-2015 Glen Joseph Fernandes
2# (glenjofe@gmail.com)
3#
4# Distributed under the Boost Software License, Version 1.0.
5# (http://www.boost.org/LICENSE_1_0.txt)
6
7import testing ;
8
9run align_test.cpp ;
10run align_down_test.cpp ;
11run align_down_integral_test.cpp ;
12run align_up_test.cpp ;
13run align_up_integral_test.cpp ;
14run aligned_alloc_test.cpp ;
15run aligned_allocator_test.cpp ;
16run aligned_allocator_adaptor_test.cpp ;
17run aligned_delete_test.cpp ;
18run alignment_of_test.cpp ;
19run assume_aligned_test.cpp ;
20run is_aligned_test.cpp ;
21run is_aligned_integral_test.cpp ;
22
23compile aligned_allocator_incomplete_test.cpp ;
24compile aligned_allocator_adaptor_incomplete_test.cpp ;
25