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 ;
|
|
|
|
|
2012-09-04 05:04:25 +00:00
|
|
|
project
|
|
|
|
: requirements
|
|
|
|
;
|
|
|
|
|
2006-08-22 15:57:13 +00:00
|
|
|
{
|
|
|
|
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 : : : : ]
|
2011-08-19 02:04:40 +00:00
|
|
|
[ run algorithm/segmented_for_each.cpp : : : : ]
|
|
|
|
[ run algorithm/segmented_find.cpp : : : : ]
|
|
|
|
[ run algorithm/segmented_find_if.cpp : : : : ]
|
|
|
|
[ run algorithm/segmented_fold.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ 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 : : : : ]
|
2014-04-04 14:38:38 +08:00
|
|
|
[ run algorithm/flatten.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 : : : : ]
|
2012-08-31 15:57:49 +00:00
|
|
|
[ run sequence/deque_move.cpp : : : : ]
|
2006-12-18 22:36:43 +00:00
|
|
|
[ 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 : : : : ]
|
2013-02-04 06:22:50 +00:00
|
|
|
[ run sequence/map_comparison.cpp : : : : ]
|
2013-02-04 06:20:10 +00:00
|
|
|
[ run sequence/map_construction.cpp : : : : ]
|
|
|
|
[ run sequence/map_copy.cpp : : : : ]
|
2013-02-04 11:52:18 +00:00
|
|
|
[ run sequence/map_misc.cpp : : : : ]
|
|
|
|
[ run sequence/map_move.cpp : : : : ]
|
|
|
|
[ run sequence/map_mutate.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 : : : : ]
|
2011-08-19 02:04:40 +00:00
|
|
|
[ run sequence/segmented_iterator_range.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ 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 : : : : ]
|
2012-08-31 14:32:08 +00:00
|
|
|
[ run sequence/vector_move.cpp : : : : ]
|
2006-08-22 15:57:13 +00:00
|
|
|
[ 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 : : : : ]
|
2012-05-19 01:24:55 +00:00
|
|
|
[ run sequence/define_struct_inline.cpp : : : : ]
|
2010-04-03 13:34:20 +00:00
|
|
|
[ run sequence/define_assoc_struct.cpp : : : : ]
|
2012-09-01 02:02:09 +00:00
|
|
|
[ run sequence/define_tpl_struct.cpp : : : : ]
|
2012-05-19 01:24:55 +00:00
|
|
|
[ run sequence/define_tpl_struct_inline.cpp : : : : ]
|
2010-04-03 13:34:20 +00:00
|
|
|
[ run sequence/define_assoc_tpl_struct.cpp : : : : ]
|
2011-09-24 13:07:24 +00:00
|
|
|
[ run sequence/std_tuple_iterator.cpp : : : : ]
|
2012-06-26 10:14:49 +00:00
|
|
|
[ run sequence/ref_vector.cpp : : : : ]
|
2014-04-04 14:38:38 +08:00
|
|
|
[ run sequence/flatten_view.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
|
|
|
;
|
|
|
|
}
|