mirror of https://gitee.com/bigwinds/arangodb
20 lines
473 B
Plaintext
20 lines
473 B
Plaintext
# (c) 2014-2015 Glen Joseph Fernandes
|
|
# <glenjofe -at- gmail.com>
|
|
#
|
|
# Distributed under the Boost Software
|
|
# License, Version 1.0.
|
|
# http://boost.org/LICENSE_1_0.txt
|
|
|
|
import testing ;
|
|
|
|
run align_test.cpp ;
|
|
run align_down_test.cpp ;
|
|
run align_up_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 ;
|