2007-05-28 23:13:46 +00:00
|
|
|
##==============================================================================
|
2006-08-22 15:57:13 +00:00
|
|
|
# Copyright (c) 2003-2006 Joel de Guzman
|
|
|
|
#
|
|
|
|
# Use, modification and distribution is subject to the Boost Software
|
|
|
|
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
#==============================================================================
|
|
|
|
# bring in rules for testing
|
|
|
|
import testing ;
|
|
|
|
|
|
|
|
{
|
|
|
|
test-suite fusion :
|
|
|
|
|
|
|
|
[ run algorithm/all.cpp : : : : ]
|
|
|
|
[ run algorithm/any.cpp : : : : ]
|
|
|
|
[ run algorithm/clear.cpp : : : : ]
|
2011-03-16 00:02:38 +00:00
|
|
|
[ run algorithm/copy.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ run algorithm/count.cpp : : : : ]
|
|
|
|
[ run algorithm/count_if.cpp : : : : ]
|
|
|
|
[ run algorithm/erase.cpp : : : : ]
|
|
|
|
[ run algorithm/erase_key.cpp : : : : ]
|
|
|
|
[ run algorithm/filter.cpp : : : : ]
|
|
|
|
[ run algorithm/filter_if.cpp : : : : ]
|
|
|
|
[ run algorithm/find.cpp : : : : ]
|
|
|
|
[ run algorithm/find_if.cpp : : : : ]
|
|
|
|
[ run algorithm/fold.cpp : : : : ]
|
2010-06-17 21:21:37 +00:00
|
|
|
[ run algorithm/fold2.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ run algorithm/for_each.cpp : : : : ]
|
|
|
|
[ run algorithm/insert.cpp : : : : ]
|
|
|
|
[ run algorithm/insert_range.cpp : : : : ]
|
2010-06-17 21:21:37 +00:00
|
|
|
[ run algorithm/iter_fold.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ run algorithm/none.cpp : : : : ]
|
|
|
|
[ run algorithm/pop_back.cpp : : : : ]
|
|
|
|
[ run algorithm/pop_front.cpp : : : : ]
|
|
|
|
[ run algorithm/push_back.cpp : : : : ]
|
|
|
|
[ run algorithm/push_front.cpp : : : : ]
|
|
|
|
[ run algorithm/remove.cpp : : : : ]
|
|
|
|
[ run algorithm/remove_if.cpp : : : : ]
|
|
|
|
[ run algorithm/replace.cpp : : : : ]
|
|
|
|
[ run algorithm/replace_if.cpp : : : : ]
|
2010-06-17 21:21:37 +00:00
|
|
|
[ run algorithm/reverse_fold.cpp : : : : ]
|
|
|
|
[ run algorithm/reverse_iter_fold.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ run algorithm/reverse.cpp : : : : ]
|
|
|
|
[ run algorithm/transform.cpp : : : : ]
|
|
|
|
[ run algorithm/join.cpp : : : : ]
|
|
|
|
[ run algorithm/zip.cpp : : : : ]
|
2006-10-07 15:40:49 +00:00
|
|
|
[ run algorithm/zip2.cpp : : : : ]
|
2007-03-06 21:51:06 +00:00
|
|
|
[ run algorithm/zip_ignore.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
|
|
|
|
[ run sequence/as_list.cpp : : : : ]
|
|
|
|
[ run sequence/as_map.cpp : : : : ]
|
|
|
|
[ run sequence/as_set.cpp : : : : ]
|
|
|
|
[ run sequence/as_vector.cpp : : : : ]
|
2006-09-27 00:42:32 +00:00
|
|
|
[ run sequence/boost_tuple.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ run sequence/cons.cpp : : : : ]
|
|
|
|
[ run sequence/filter_view.cpp : : : : ]
|
|
|
|
[ run sequence/io.cpp : : : : ]
|
|
|
|
[ run sequence/iterator_range.cpp : : : : ]
|
|
|
|
[ run sequence/joint_view.cpp : : : : ]
|
|
|
|
[ run sequence/list_comparison.cpp : : : : ]
|
|
|
|
[ run sequence/list_construction.cpp : : : : ]
|
|
|
|
[ run sequence/list_copy.cpp : : : : ]
|
|
|
|
[ run sequence/list_iterator.cpp : : : : ]
|
|
|
|
[ run sequence/list_make.cpp : : : : ]
|
|
|
|
[ run sequence/list_misc.cpp : : : : ]
|
|
|
|
[ run sequence/list_mutate.cpp : : : : ]
|
|
|
|
[ run sequence/list_tie.cpp : : : : ]
|
|
|
|
[ run sequence/list_value_at.cpp : : : : ]
|
2006-12-18 22:36:43 +00:00
|
|
|
[ run sequence/deque_comparison.cpp : : : : ]
|
|
|
|
[ run sequence/deque_construction.cpp : : : : ]
|
|
|
|
[ run sequence/deque_copy.cpp : : : : ]
|
|
|
|
[ run sequence/deque_iterator.cpp : : : : ]
|
|
|
|
[ run sequence/deque_make.cpp : : : : ]
|
|
|
|
[ run sequence/deque_misc.cpp : : : : ]
|
|
|
|
[ run sequence/deque_mutate.cpp : : : : ]
|
|
|
|
[ run sequence/deque_tie.cpp : : : : ]
|
|
|
|
[ run sequence/deque_value_at.cpp : : : : ]
|
|
|
|
[ run sequence/front_extended_deque.cpp : : : : ]
|
|
|
|
[ run sequence/back_extended_deque.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ run sequence/make_list.cpp : : : : ]
|
|
|
|
[ run sequence/make_vector.cpp : : : : ]
|
|
|
|
[ run sequence/map.cpp : : : : ]
|
2007-03-20 21:33:12 +00:00
|
|
|
[ run sequence/map_tie.cpp : : : : ]
|
2009-09-27 16:36:53 +00:00
|
|
|
[ run sequence/nview.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ run sequence/reverse_view.cpp : : : : ]
|
|
|
|
[ run sequence/set.cpp : : : : ]
|
|
|
|
[ run sequence/single_view.cpp : : : : ]
|
|
|
|
[ run sequence/std_pair.cpp : : : : ]
|
2010-02-07 18:22:06 +00:00
|
|
|
[ run sequence/boost_array.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ run sequence/array.cpp : : : : ]
|
|
|
|
[ run sequence/tuple_comparison.cpp : : : : ]
|
|
|
|
[ run sequence/tuple_construction.cpp : : : : ]
|
|
|
|
[ run sequence/tuple_copy.cpp : : : : ]
|
|
|
|
[ run sequence/tuple_element.cpp : : : : ]
|
|
|
|
[ run sequence/tuple_make.cpp : : : : ]
|
|
|
|
[ run sequence/tuple_misc.cpp : : : : ]
|
|
|
|
[ run sequence/tuple_mutate.cpp : : : : ]
|
|
|
|
[ run sequence/tuple_tie.cpp : : : : ]
|
2008-08-20 08:20:19 +00:00
|
|
|
[ run sequence/tr1_tuple_auto_conv.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ run sequence/transform_view.cpp : : : : ]
|
|
|
|
[ run sequence/vector_comparison.cpp : : : : ]
|
|
|
|
[ run sequence/vector_construction.cpp : : : : ]
|
|
|
|
[ run sequence/vector_copy.cpp : : : : ]
|
|
|
|
[ run sequence/vector_iterator.cpp : : : : ]
|
|
|
|
[ run sequence/vector_make.cpp : : : : ]
|
|
|
|
[ run sequence/vector_misc.cpp : : : : ]
|
|
|
|
[ run sequence/vector_mutate.cpp : : : : ]
|
|
|
|
[ run sequence/vector_n.cpp : : : : ]
|
|
|
|
[ run sequence/vector_tie.cpp : : : : ]
|
|
|
|
[ run sequence/vector_value_at.cpp : : : : ]
|
|
|
|
[ run sequence/zip_view.cpp : : : : ]
|
|
|
|
[ run sequence/zip_view2.cpp : : : : ]
|
2007-03-06 21:26:54 +00:00
|
|
|
[ run sequence/zip_view_ignore.cpp : : : : ]
|
2007-03-21 18:41:35 +00:00
|
|
|
[ run sequence/repetitive_view.cpp : : : : ]
|
2011-03-16 00:02:38 +00:00
|
|
|
[ run sequence/deduce_sequence.cpp : : : : ]
|
2010-09-16 16:33:25 +00:00
|
|
|
[ run sequence/adapt_adt_named.cpp : : : : ]
|
|
|
|
[ run sequence/adapt_adt.cpp : : : : ]
|
|
|
|
[ run sequence/adapt_assoc_adt_named.cpp : : : : ]
|
|
|
|
[ run sequence/adapt_assoc_adt.cpp : : : : ]
|
2010-02-22 22:55:54 +00:00
|
|
|
[ run sequence/adapt_assoc_struct_named.cpp : : : : ]
|
2007-05-08 22:16:09 +00:00
|
|
|
[ run sequence/adapt_assoc_struct.cpp : : : : ]
|
2010-09-16 16:33:25 +00:00
|
|
|
[ run sequence/adapt_assoc_tpl_adt.cpp : : : : ]
|
2010-02-22 22:55:54 +00:00
|
|
|
[ run sequence/adapt_assoc_tpl_struct.cpp : : : : ]
|
|
|
|
[ run sequence/adapt_struct_named.cpp : : : : ]
|
|
|
|
[ run sequence/adapt_struct.cpp : : : : ]
|
2010-09-16 16:33:25 +00:00
|
|
|
[ run sequence/adapt_tpl_adt.cpp : : : : ]
|
2010-02-22 22:55:54 +00:00
|
|
|
[ run sequence/adapt_tpl_struct.cpp : : : : ]
|
2010-10-07 20:38:54 +00:00
|
|
|
[ run sequence/adt_attribute_proxy.cpp : : : : ]
|
2010-04-03 13:34:20 +00:00
|
|
|
[ run sequence/define_struct.cpp : : : : ]
|
|
|
|
[ run sequence/define_assoc_struct.cpp : : : : ]
|
|
|
|
[ run sequence/define_tpl_struct.cpp : : : : ]
|
|
|
|
[ run sequence/define_assoc_tpl_struct.cpp : : : : ]
|
2010-09-16 16:33:25 +00:00
|
|
|
|
2007-02-15 23:14:42 +00:00
|
|
|
[ run functional/fused.cpp : : : : ]
|
|
|
|
[ run functional/fused_function_object.cpp : : : : ]
|
|
|
|
[ run functional/fused_procedure.cpp : : : : ]
|
2009-06-14 18:31:09 +00:00
|
|
|
[ run functional/unfused.cpp : : : : ]
|
2007-02-15 23:14:42 +00:00
|
|
|
[ run functional/unfused_typed.cpp : : : : ]
|
|
|
|
[ run functional/make_fused.cpp : : : : ]
|
|
|
|
[ run functional/make_fused_function_object.cpp : : : : ]
|
|
|
|
[ run functional/make_fused_procedure.cpp : : : : ]
|
2009-02-22 06:24:38 +00:00
|
|
|
[ run functional/make_unfused.cpp : : : : ]
|
2007-02-15 23:14:42 +00:00
|
|
|
[ run functional/invoke.cpp : : : : ]
|
|
|
|
[ run functional/invoke_function_object.cpp : : : : ]
|
|
|
|
[ run functional/invoke_procedure.cpp : : : : ]
|
2007-05-01 20:57:15 +00:00
|
|
|
[ run sequence/swap.cpp : : : : ]
|
2007-02-15 23:14:42 +00:00
|
|
|
|
2006-08-22 15:57:13 +00:00
|
|
|
# [ compile-fail xxx.cpp : : : : ]
|
2007-04-02 04:34:24 +00:00
|
|
|
|
2006-08-22 15:57:13 +00:00
|
|
|
;
|
|
|
|
}
|
|
|
|
|
2006-10-05 01:25:32 +00:00
|
|
|
{
|
|
|
|
# Text for extension features, must be explicitly specified on the command line to be run
|
|
|
|
# TODO these are not in a test-suite because currently test-suites cannot be marked "explicit"
|
|
|
|
|
|
|
|
run algorithm/ext_/for_each_s.cpp ;
|
|
|
|
explicit for_each_s ;
|
|
|
|
|
|
|
|
run algorithm/ext_/find_if_s.cpp ;
|
|
|
|
explicit find_if_s ;
|
|
|
|
|
|
|
|
run sequence/ext_/iterator_range_s.cpp ;
|
|
|
|
explicit iterator_range_s ;
|
|
|
|
}
|