# Boost regression-testing Jamfile # (C) Copyright David Abrahams 2002. Permission to copy, use, modify, sell and # distribute this software is granted provided this copyright notice appears in # all copies. This software is provided "as is" without express or implied # warranty, and with no claim as to its suitability for any purpose. subproject status ; # bring in the rules for testing SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; include testing.jam ; # Note that the Compiler Status Report HTML generator scans # these rule invocations to find test type (compile, run, etc.) # That program is quite stupid and needs help, including test names # (if supplied) which are unambiguous, not the same as a .cpp file # name, and preceded and followed by a space. The .cpp file name must # be given on the same line as the test type. # # If the line with the test type includes the comment # "# compiler_status" then # run output will be displayed even if the test passes. { # look in BOOST_ROOT for sources first, just in this Jamfile local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ; test-suite "bind" : [ run libs/bind/bind_test.cpp ] [ run libs/bind/mem_fn_test.cpp ] [ run libs/bind/mem_fn_void_test.cpp ] [ run libs/bind/mem_fn_derived_test.cpp ] ; test-suite config : [ run libs/config/test/config_test.cpp ../libs/test/build/test_exec_monitor : #args : #input-files : #requirements multi ] [ run libs/config/test/config_info.cpp ] # compiler_status [ run libs/config/test/limits_test.cpp ../libs/test/build/test_exec_monitor ] ; run libs/any/any_test.cpp ; test-suite array : [ run libs/array/array1.cpp ] [ run libs/array/array2.cpp ] [ run libs/array/array3.cpp ] [ run libs/array/array4.cpp ] [ run libs/array/array5.cpp ] ; test-suite concept_check : [ compile libs/concept_check/concept_check_test.cpp ] [ compile libs/concept_check/class_concept_check_test.cpp ] [ compile-fail libs/concept_check/concept_check_fail_expected.cpp ] [ compile-fail libs/concept_check/class_concept_fail_expected.cpp ] ; test-suite conversion : [ run libs/conversion/cast_test.cpp ] [ run libs/conversion/lexical_cast_test.cpp ] ; run libs/crc/crc_test.cpp ../libs/test/build/test_exec_monitor ; test-suite date_time : [ run libs/date_time/test/testgregorian_calendar.cpp : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/gregorian/testdate.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/gregorian/testdate_duration.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/gregorian/testdate_iterator.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/gregorian/testfacet.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/gregorian/testformatters.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/gregorian/testgenerators.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/gregorian/testgreg_cal.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/gregorian/testgreg_day.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/gregorian/testgreg_month.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/gregorian/testparse_date.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/posix_time/testc_local_adjustor.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/posix_time/testclock.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/posix_time/testdst_rules.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/posix_time/testduration.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/posix_time/testiterator.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/posix_time/testparse_time.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/posix_time/testperiod.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/posix_time/testtime.cpp ../libs/date_time/build/boost_date_time$(SUFLIB) : : : DATE_TIME_INLINE BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/testint_adapter.cpp ] [ run libs/date_time/test/testtime_resolution_traits.cpp ] [ run libs/date_time/test/testwrapping_int.cpp ] [ run libs/date_time/test/testconstrained_value.cpp ] ; test-suite disjoint_sets : [ run libs/disjoint_sets/disjoint_set_test.cpp ../libs/test/build/test_exec_monitor ] ; test-suite dynamic_bitset : [ run libs/dynamic_bitset/dyn_bitset_unit_tests1.cpp ../libs/test/build/test_exec_monitor ] [ run libs/dynamic_bitset/dyn_bitset_unit_tests2.cpp ../libs/test/build/test_exec_monitor ] [ run libs/dynamic_bitset/dyn_bitset_unit_tests3.cpp ../libs/test/build/test_exec_monitor ] ; test-suite format : [ run libs/format/test/format_test1.cpp ../libs/test/build/test_exec_monitor : # args : # input files : static # uses locale; metrowerks toolsets don't have a locale in the dynamic library ] [ run libs/format/test/format_test2.cpp ../libs/test/build/test_exec_monitor : # args : # input files : static # uses locale; metrowerks toolsets don't have a locale in the dynamic library ] [ run libs/format/test/format_test_wstring.cpp ../libs/test/build/test_exec_monitor : # args : # input files : static # uses locale; metrowerks toolsets don't have a locale in the dynamic library ] ; test-suite function : [ run libs/function/test/function_test.cpp ] [ run libs/function/test/function_n_test.cpp ] [ run libs/function/test/allocator_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/function/test/stateless_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/function/test/lambda_test.cpp ../libs/test/build/test_exec_monitor ] [ compile-fail libs/function/test/function_test_fail1.cpp ../libs/test/build/test_exec_monitor ] [ compile-fail libs/function/test/function_test_fail2.cpp ../libs/test/build/test_exec_monitor ] [ compile libs/function/test/function_30.cpp ] ; run libs/functional/function_test.cpp ; run libs/graph/test/graph.cpp ; test-suite integer : [ run libs/integer/cstdint_test.cpp ] [ run libs/integer/integer_test.cpp ] [ run libs/integer/integer_traits_test.cpp ../libs/test/build/test_exec_monitor ] ; run libs/io/test/ios_state_test.cpp ../libs/test/build/test_exec_monitor # sources : # args : # input-files : static # requirements (static runtime required by Metrowerks) ; test-suite lambda : [ run libs/lambda/test/bind_tests_simple.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/bind_tests_advanced.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/bind_tests_simple_f_refs.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/bll_and_function.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/cast_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/constructor_tests.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/control_structures.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/exception_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/extending_rt_traits.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/is_instance_of_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/member_pointer_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/operator_tests_simple.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/phoenix_control_structures.cpp ../libs/test/build/test_exec_monitor ] [ run libs/lambda/test/switch_construct.cpp ../libs/test/build/test_exec_monitor ] ; test-suite math : [ run libs/math/test/common_factor_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/math/octonion/octonion_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/math/quaternion/quaternion_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/math/special_functions/special_functions_test.cpp ../libs/test/build/test_exec_monitor ] ; run libs/pool/test/test_pool_alloc.cpp ../libs/test/build/test_exec_monitor ; test-suite preprocessor : [ compile libs/preprocessor/test/arithmetic.cpp ] [ compile libs/preprocessor/test/array.cpp ] [ compile libs/preprocessor/test/comparison.cpp ] [ compile libs/preprocessor/test/control.cpp ] [ compile libs/preprocessor/test/debug.cpp ] [ compile libs/preprocessor/test/facilities.cpp ] [ compile libs/preprocessor/test/iteration.cpp ] [ compile libs/preprocessor/test/list.cpp ] [ compile libs/preprocessor/test/logical.cpp ] [ compile libs/preprocessor/test/repetition.cpp ] [ compile libs/preprocessor/test/selection.cpp ] [ compile libs/preprocessor/test/slot.cpp ] [ compile libs/preprocessor/test/tuple.cpp ] ; test-suite property_map : [ compile libs/property_map/property_map_cc.cpp ] ; test-suite rational : [ run libs/rational/rational_example.cpp ] [ run libs/rational/rational_test.cpp ] ; test-suite random : [ run libs/random/random_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/random/random_demo.cpp ] ; { local test-dir = $(BOOST_ROOT)$(SLASH)libs$(SLASH)regex$(SLASH)test$(SLASH)regress$(SLASH) ; local test-files = $(test-dir)tests.txt # dwa -- not sure if this is generally applicable # $(test-dir)test1252.txt ; test-suite regex : [ run libs/regex/test/regress/parse.cpp libs/regex/test/regress/regress.cpp libs/regex/test/regress/tests.cpp ../libs/regex/build/boost_regex$(SUFLIB) ../libs/test/build/prg_exec_monitor : $(test-files) : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regress ] [ run libs/regex/test/regress/parse.cpp libs/regex/test/regress/regress.cpp libs/regex/test/regress/tests.cpp ../libs/regex/build/boost_regex$(SUFLIB) ../libs/test/build/prg_exec_monitor : $(test-files) : : BOOST_REGEX_NO_LIB=1 TEST_UNICODE=1 BOOST_REGEX_STATIC_LINK=1 : wregress ] [ run libs/regex/test/c_compiler_checks/posix_api_check.c ../libs/regex/build/boost_regex$(SUFLIB) ../libs/test/build/prg_exec_monitor : : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : posix_api_check_c ] [ run libs/regex/test/c_compiler_checks/wide_posix_api_check.c ../libs/regex/build/boost_regex$(SUFLIB) : : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : wide_posix_api_check_c ] [ run libs/regex/test/c_compiler_checks/posix_api_check.cpp ../libs/regex/build/boost_regex$(SUFLIB) : : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 ] [ run libs/regex/test/c_compiler_checks/wide_posix_api_check.cpp ../libs/regex/build/boost_regex$(SUFLIB) : : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 ] [ run libs/regex/example/timer/regex_timer.cpp ../libs/regex/build/boost_regex$(SUFLIB) : $(BOOST_ROOT)$(SLASH)libs$(SLASH)regex$(SLASH)example$(SLASH)timer$(SLASH)input_script.txt : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regex_timer ] [ run libs/regex/example/jgrep/jgrep.cpp libs/regex/example/jgrep/main.cpp ../libs/regex/build/boost_regex$(SUFLIB) : -n boost/ $(BOOST_ROOT)$(SLASH)boost$(SLASH)regex.hpp : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : jgrep ] [ run libs/regex/example/snippets/credit_card_example.cpp ../libs/regex/build/boost_regex$(SUFLIB) : : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : credit_card_example ] [ run libs/regex/example/snippets/partial_regex_grep.cpp ../libs/regex/build/boost_regex$(SUFLIB) : $(BOOST_ROOT)$(SLASH)libs$(SLASH)regex$(SLASH)index.htm : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : partial_regex_grep ] [ run libs/regex/example/snippets/partial_regex_match.cpp ../libs/regex/build/boost_regex$(SUFLIB) : 1234-5678-8765-4 : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : partial_regex_match ] [ run libs/regex/example/snippets/regex_grep_example_1.cpp ../libs/regex/build/boost_regex$(SUFLIB) : $(BOOST_ROOT)$(SLASH)boost$(SLASH)rational.hpp : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regex_grep_example_1 ] [ run libs/regex/example/snippets/regex_grep_example_2.cpp ../libs/regex/build/boost_regex$(SUFLIB) : $(BOOST_ROOT)$(SLASH)boost$(SLASH)rational.hpp : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regex_grep_example_2 ] [ run libs/regex/example/snippets/regex_grep_example_3.cpp ../libs/regex/build/boost_regex$(SUFLIB) : $(BOOST_ROOT)$(SLASH)boost$(SLASH)rational.hpp : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regex_grep_example_3 ] [ run libs/regex/example/snippets/regex_grep_example_4.cpp ../libs/regex/build/boost_regex$(SUFLIB) : $(BOOST_ROOT)$(SLASH)boost$(SLASH)rational.hpp : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regex_grep_example_4 ] [ run libs/regex/example/snippets/regex_match_example.cpp ../libs/regex/build/boost_regex$(SUFLIB) : -auto : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regex_match_example ] [ run libs/regex/example/snippets/regex_merge_example.cpp ../libs/regex/build/boost_regex$(SUFLIB) : $(BOOST_ROOT)$(SLASH)boost$(SLASH)rational.hpp : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regex_merge_example ] [ run libs/regex/example/snippets/regex_search_example.cpp ../libs/regex/build/boost_regex$(SUFLIB) : $(BOOST_ROOT)$(SLASH)boost$(SLASH)rational.hpp : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regex_search_example ] [ run libs/regex/example/snippets/regex_split_example_1.cpp ../libs/regex/build/boost_regex$(SUFLIB) : -auto : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regex_split_example_1 ] [ run libs/regex/example/snippets/regex_split_example_2.cpp ../libs/regex/build/boost_regex$(SUFLIB) : $(BOOST_ROOT)$(SLASH)libs$(SLASH)regex$(SLASH)index.htm : : BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : regex_split_example_2 ] ; } test-suite signals : [ run libs/signals/test/dead_slot_test.cpp ../libs/test/build/test_exec_monitor ../libs/signals/build/boost_signals$(SUFLIB) ] [ run libs/signals/test/deletion_test.cpp ../libs/test/build/test_exec_monitor ../libs/signals/build/boost_signals$(SUFLIB) ] [ run libs/signals/test/ordering_test.cpp ../libs/test/build/test_exec_monitor ../libs/signals/build/boost_signals$(SUFLIB) ] [ run libs/signals/test/signal_n_test.cpp ../libs/test/build/test_exec_monitor ../libs/signals/build/boost_signals$(SUFLIB) ] [ run libs/signals/test/signal_test.cpp ../libs/test/build/test_exec_monitor ../libs/signals/build/boost_signals$(SUFLIB) ] [ run libs/signals/test/trackable_test.cpp ../libs/test/build/test_exec_monitor ../libs/signals/build/boost_signals$(SUFLIB) ] ; test-suite smart_ptr : [ run libs/smart_ptr/smart_ptr_test.cpp ] [ run libs/smart_ptr/shared_ptr_basic_test.cpp : : : <*>-Wno-non-virtual-dtor ] [ run libs/smart_ptr/shared_ptr_test.cpp : : : <*>-Wno-non-virtual-dtor ] [ run libs/smart_ptr/weak_ptr_test.cpp ] [ run libs/smart_ptr/enable_shared_from_this_test.cpp : : : <*>-Wno-non-virtual-dtor ] [ run libs/smart_ptr/get_deleter_test.cpp ] [ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ] ; test-suite static_assert : [ compile libs/static_assert/static_assert_test.cpp ] [ compile-fail libs/static_assert/static_assert_test_fail_1.cpp ] [ compile-fail libs/static_assert/static_assert_test_fail_2.cpp ] [ compile-fail libs/static_assert/static_assert_test_fail_3.cpp ] [ compile-fail libs/static_assert/static_assert_test_fail_4.cpp ] [ compile-fail libs/static_assert/static_assert_test_fail_5.cpp ] [ compile-fail libs/static_assert/static_assert_test_fail_6.cpp ] [ compile-fail libs/static_assert/static_assert_test_fail_7.cpp ] [ link-fail libs/static_assert/static_assert_test_fail_8.cpp ] ; subinclude libs/test/test ; { local threadmon ; local thread-sources ; local thread-requirements ; if $(NT) { threadmon = ../libs/thread/build/boost_threadmon ; } thread-sources = ../libs/thread/build/boost_thread ../libs/test/build/unit_test_framework $(threadmon) ; thread-requirements = multi ; test-suite threads : [ run libs/thread/test/test_thread.cpp $(thread-sources) : #args : #input-files : $(thread-requirements) ] [ run libs/thread/test/test_mutex.cpp $(thread-sources) : #args : #input-files : $(thread-requirements) ] # 11/1/02 test_condition is hanging, requiring manual intervention # [ run libs/thread/test/test_condition.cpp $(thread-sources) # : #args # : #input-files # : $(thread-requirements) # ] [ run libs/thread/test/test_tss.cpp $(thread-sources) : #args : #input-files : $(thread-requirements) ] [ run libs/thread/test/test_once.cpp $(thread-sources) : #args : #input-files : $(thread-requirements) ] [ run libs/thread/test/test_xtime.cpp $(thread-sources) : #args : #input-files : $(thread-requirements) ] ; } compile libs/timer/timer_test.cpp ; test-suite tokenizer : [ run libs/tokenizer/examples.cpp ../libs/test/build/test_exec_monitor ] [ run libs/tokenizer/simple_example_1.cpp ] [ run libs/tokenizer/simple_example_2.cpp ] [ run libs/tokenizer/simple_example_3.cpp ] [ run libs/tokenizer/simple_example_4.cpp ] [ run libs/tokenizer/simple_example_5.cpp ] ; test-suite tuple : [ run libs/tuple/test/tuple_test_bench.cpp ../libs/test/build/test_exec_monitor ] [ run libs/tuple/test/io_test.cpp ../libs/test/build/test_exec_monitor ] ; test-suite iterator_adaptors : [ run libs/utility/counting_iterator_test.cpp : # args : # input files : # requirements # borland warns incorrectly in this case, so often that # successful compilation is prevented. <*>"-w-8091 -w-8092" ] [ run libs/utility/iterator_adaptor_test.cpp ] [ compile-fail libs/utility/iter_adaptor_fail_expected1.cpp ] [ compile-fail libs/utility/iter_adaptor_fail_expected2.cpp ] [ run libs/utility/transform_iterator_test.cpp ] [ run libs/utility/indirect_iterator_test.cpp ] [ run libs/utility/iter_traits_gen_test.cpp ] [ run libs/utility/iterator_adaptor_examples.cpp ] [ run libs/utility/counting_iterator_example.cpp ] [ run libs/utility/filter_iterator_example.cpp ] [ run libs/utility/fun_out_iter_example.cpp ] [ run libs/utility/indirect_iterator_example.cpp ] [ run libs/utility/projection_iterator_example.cpp ] [ run libs/utility/reverse_iterator_example.cpp ] [ run libs/utility/transform_iterator_example.cpp ] ; test-suite ublas : [ run libs/numeric/ublas/test1/test1.cpp libs/numeric/ublas/test1/test11.cpp libs/numeric/ublas/test1/test12.cpp libs/numeric/ublas/test1/test13.cpp : # args : # input files : # requirements # borland warns so often that successful compilation is prevented. <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" ] [ run libs/numeric/ublas/test2/test2.cpp libs/numeric/ublas/test2/test21.cpp libs/numeric/ublas/test2/test22.cpp libs/numeric/ublas/test2/test23.cpp : # args : # input files : # requirements # borland warns so often that successful compilation is prevented. <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" ] [ run libs/numeric/ublas/test3/test3.cpp libs/numeric/ublas/test3/test31.cpp libs/numeric/ublas/test3/test32.cpp libs/numeric/ublas/test3/test33.cpp : # args : # input files : # requirements # borland warns so often that successful compilation is prevented. <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" ] [ run libs/numeric/ublas/test4/test4.cpp libs/numeric/ublas/test4/test41.cpp libs/numeric/ublas/test4/test42.cpp libs/numeric/ublas/test4/test43.cpp : # args : # input files : # requirements # borland warns so often that successful compilation is prevented. <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" ] [ run libs/numeric/ublas/test5/test5.cpp libs/numeric/ublas/test5/test51.cpp libs/numeric/ublas/test5/test52.cpp libs/numeric/ublas/test5/test53.cpp : # args : # input files : # requirements # borland warns so often that successful compilation is prevented. <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" ] [ run libs/numeric/ublas/test6/test6.cpp libs/numeric/ublas/test6/test61.cpp libs/numeric/ublas/test6/test62.cpp libs/numeric/ublas/test6/test63.cpp : # args : # input files : # requirements # borland warns so often that successful compilation is prevented. <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" ] [ run libs/numeric/ublas/concepts.cpp : # args : # input files : # requirements # borland warns so often that successful compilation is prevented. <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" ] ; test-suite multi_array : [ run libs/multi_array/test/constructors.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/access.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/compare.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/iterators.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/slice.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/assign.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/index_bases.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/storage_order.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/reshape.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/range1.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/idxgen1.cpp ../libs/test/build/test_exec_monitor ] [ run libs/multi_array/test/stl_interaction.cpp ../libs/test/build/test_exec_monitor ] [ compile libs/multi_array/test/concept_checks.cpp ] [ compile-fail libs/multi_array/test/fail_cbracket.cpp ] [ compile-fail libs/multi_array/test/fail_cdata.cpp ] [ compile-fail libs/multi_array/test/fail_citerator.cpp ] [ compile-fail libs/multi_array/test/fail_cparen.cpp ] [ compile-fail libs/multi_array/test/fail_criterator.cpp ] [ compile-fail libs/multi_array/test/fail_csubarray.cpp ] [ compile-fail libs/multi_array/test/fail_csubarray2.cpp ] [ compile-fail libs/multi_array/test/fail_csubarray3.cpp ] [ compile-fail libs/multi_array/test/fail_cview.cpp ] [ compile-fail libs/multi_array/test/fail_cview2.cpp ] [ compile-fail libs/multi_array/test/fail_cview3.cpp ] [ compile-fail libs/multi_array/test/fail_ref_cbracket.cpp ] [ compile-fail libs/multi_array/test/fail_ref_cdata.cpp ] [ compile-fail libs/multi_array/test/fail_ref_citerator.cpp ] [ compile-fail libs/multi_array/test/fail_ref_cparen.cpp ] [ compile-fail libs/multi_array/test/fail_ref_criterator.cpp ] [ compile-fail libs/multi_array/test/fail_ref_csubarray.cpp ] [ compile-fail libs/multi_array/test/fail_ref_csubarray2.cpp ] [ compile-fail libs/multi_array/test/fail_ref_csubarray3.cpp ] [ compile-fail libs/multi_array/test/fail_ref_cview.cpp ] [ compile-fail libs/multi_array/test/fail_ref_cview2.cpp ] [ compile-fail libs/multi_array/test/fail_ref_cview3.cpp ] ; test-suite utility : [ run libs/utility/iterator_traits_test.cpp ] [ run libs/utility/iterators_test.cpp ../libs/test/build/test_exec_monitor ] [ compile-fail libs/utility/noncopyable_test.cpp ] [ run libs/utility/numeric_traits_test.cpp ] [ run libs/utility/operators_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/utility/tie_example.cpp ] [ run libs/utility/binary_search_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/utility/call_traits_test.cpp : -u ] [ compile-fail libs/utility/checked_delete_test.cpp ] [ run libs/utility/compressed_pair_test.cpp ../libs/test/build/test_exec_monitor : -u ] [ run libs/utility/addressof_test.cpp ../libs/test/build/test_exec_monitor ] [ run libs/utility/ref_test.cpp ../libs/test/build/test_exec_monitor ] ; { rule type-traits-run ( sources + ) { return [ run # sources $(sources) # dependencies ../libs/type_traits/test/type_traits_init ../libs/test/build/unit_test_framework : # additional args --report_level=detailed --build_info=yes --log_level=messages : # test-files : # requirements $(BOOST_ROOT) : # test name ] ; } test-suite type_traits : [ type-traits-run ../libs/type_traits/test/add_const_test.cpp ] [ type-traits-run ../libs/type_traits/test/add_pointer_test.cpp ] [ type-traits-run ../libs/type_traits/test/add_reference_test.cpp ] [ type-traits-run ../libs/type_traits/test/add_volatile_test.cpp ] [ type-traits-run ../libs/type_traits/test/alignment_of_test.cpp ] [ type-traits-run ../libs/type_traits/test/function_traits_test.cpp ] [ type-traits-run ../libs/type_traits/test/has_nothrow_assign_test.cpp ] [ type-traits-run ../libs/type_traits/test/has_nothrow_constructor_test.cpp ] [ type-traits-run ../libs/type_traits/test/has_nothrow_copy_test.cpp ] [ type-traits-run ../libs/type_traits/test/has_trivial_assign_test.cpp ] [ type-traits-run ../libs/type_traits/test/has_trivial_constructor_test.cpp ] [ type-traits-run ../libs/type_traits/test/has_trivial_copy_test.cpp ] [ type-traits-run ../libs/type_traits/test/has_trivial_destructor_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_arithmetic_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_array_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_base_and_derived_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_class_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_compound_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_const_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_convertible_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_empty_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_enum_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_float_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_function_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_fundamental_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_integral_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_member_function_pointer_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_member_pointer_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_object_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_pod_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_pointer_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_polymorphic_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_reference_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_same_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_scalar_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_stateless_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_union_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_void_test.cpp ] [ type-traits-run ../libs/type_traits/test/is_volatile_test.cpp ] [ type-traits-run ../libs/type_traits/test/remove_bounds_test.cpp ] [ type-traits-run ../libs/type_traits/test/remove_const_test.cpp ] [ type-traits-run ../libs/type_traits/test/remove_cv_test.cpp ] [ type-traits-run ../libs/type_traits/test/remove_pointer_test.cpp ] [ type-traits-run ../libs/type_traits/test/remove_reference_test.cpp ] [ type-traits-run ../libs/type_traits/test/remove_volatile_test.cpp ] [ type-traits-run ../libs/type_traits/test/tricky_abstract_type_test.cpp ] [ type-traits-run ../libs/type_traits/test/tricky_add_pointer_test.cpp ] [ type-traits-run ../libs/type_traits/test/tricky_function_type_test.cpp ] [ type-traits-run ../libs/type_traits/test/tricky_incomplete_type_test.cpp ] [ type-traits-run ../libs/type_traits/test/tricky_partial_specialization_test.cpp ] [ type-traits-run ../libs/type_traits/test/type_with_alignment_test.cpp ] ; # type traits suite } # type traits sub rules... }