1# Copyright (c) 2007, 2008 Joseph Gauterin 2# 3# Distributed under the Boost Software License, Version 1.0. 4# (See accompanying file LICENSE_1_0.txt or copy at 5# http://www.boost.org/LICENSE_1_0.txt) 6 7# bring in rules for testing 8import testing ; 9 10compile swap_root_header_1.cpp ; 11compile swap_root_header_2.cpp ; 12compile swap_lib_header_1.cpp ; 13compile swap_lib_header_2.cpp ; 14compile swap_mixed_headers_1.cpp ; 15compile swap_mixed_headers_2.cpp ; 16 17compile-fail swap_const_wrapper_fail.cpp ; 18 19run swap_primitive.cpp ; 20run swap_specialized_in_boost.cpp ; 21run swap_specialized_in_global.cpp ; 22run swap_specialized_in_other.cpp ; 23run swap_specialized_in_std.cpp ; 24run swap_specialized_in_boost_and_other.cpp ; 25run swap_std_bitset.cpp ; 26run swap_std_dateorder.cpp ; 27run swap_std_string.cpp ; 28run swap_std_typeinfo_ptr.cpp ; 29run swap_std_vector_of_boost.cpp ; 30run swap_std_vector_of_global.cpp ; 31run swap_std_vector_of_other.cpp ; 32run swap_no_ambiguity_in_boost.cpp ; 33run swap_array_of_array_of_class.cpp ; 34run swap_array_of_array_of_int.cpp ; 35run swap_array_of_class.cpp ; 36run swap_array_of_int.cpp ; 37run swap_array_of_template.cpp ; 38