2007-11-07 16:08:09 +00:00
|
|
|
# Copyright David Abrahams 2003.
|
|
|
|
|
|
|
|
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
|
|
|
# See http://www.boost.org/LICENSE_1_0.txt
|
2003-10-07 07:25:24 +00:00
|
|
|
|
|
|
|
|
# For more information, see http://www.boost.org/
|
|
|
|
|
|
|
|
|
|
# bring in rules for testing
|
|
|
|
|
import testing ;
|
|
|
|
|
|
2017-05-29 19:10:46 +03:00
|
|
|
run base_from_member_test.cpp ;
|
|
|
|
|
run base_from_member_ref_test.cpp ;
|
|
|
|
|
|
|
|
|
|
run binary_test.cpp ;
|
|
|
|
|
|
|
|
|
|
run call_traits_test.cpp : -u ;
|
|
|
|
|
|
2017-12-23 12:58:39 -05:00
|
|
|
run compressed_pair_test.cpp ;
|
2018-09-09 15:00:49 -04:00
|
|
|
run compressed_pair_final_test.cpp ;
|
2017-05-29 19:10:46 +03:00
|
|
|
|
2017-12-23 12:58:39 -05:00
|
|
|
run iterators_test.cpp ;
|
2017-05-29 19:10:46 +03:00
|
|
|
|
2017-12-23 12:58:39 -05:00
|
|
|
run operators_test.cpp ;
|
2017-05-29 19:10:46 +03:00
|
|
|
|
|
|
|
|
compile result_of_test.cpp ;
|
|
|
|
|
|
|
|
|
|
# compile-fail string_ref_from_rvalue.cpp ;
|
2017-12-23 12:58:39 -05:00
|
|
|
run string_ref_test1.cpp ;
|
|
|
|
|
run string_ref_test2.cpp ;
|
|
|
|
|
run string_ref_test_io.cpp ;
|
2017-05-29 19:10:46 +03:00
|
|
|
# compile-fail string_view_from_rvalue.cpp ;
|
|
|
|
|
compile string_view_constexpr_test1.cpp ;
|
2017-12-23 12:58:39 -05:00
|
|
|
run string_view_test1.cpp ;
|
|
|
|
|
run string_view_test2.cpp ;
|
|
|
|
|
run string_view_test_io.cpp ;
|
2017-05-29 19:10:46 +03:00
|
|
|
|
|
|
|
|
run value_init_test.cpp ;
|
|
|
|
|
run value_init_workaround_test.cpp ;
|
|
|
|
|
run initialized_test.cpp ;
|
|
|
|
|
compile-fail value_init_test_fail1.cpp ;
|
|
|
|
|
compile-fail value_init_test_fail2.cpp ;
|
|
|
|
|
compile-fail value_init_test_fail3.cpp ;
|
|
|
|
|
compile-fail initialized_test_fail1.cpp ;
|
|
|
|
|
compile-fail initialized_test_fail2.cpp ;
|
2019-04-18 16:30:40 -04:00
|
|
|
|
|
|
|
|
run ostream_string_test.cpp ;
|