[12] | 1 | # Copyright David Abrahams 2003. Permission to copy, use, |
---|
| 2 | # modify, sell and distribute this software is granted provided this |
---|
| 3 | # copyright notice appears in all copies. This software is provided |
---|
| 4 | # "as is" without express or implied warranty, and with no claim as |
---|
| 5 | # to its suitability for any purpose. |
---|
| 6 | |
---|
| 7 | # For more information, see http://www.boost.org/ |
---|
| 8 | |
---|
| 9 | # bring in rules for testing |
---|
| 10 | import testing ; |
---|
| 11 | |
---|
| 12 | # Please keep the tests ordered by filename |
---|
| 13 | test-suite utility |
---|
| 14 | : |
---|
| 15 | [ run ../addressof_test.cpp ] |
---|
| 16 | [ run ../assert_test.cpp ] |
---|
| 17 | [ run ../base_from_member_test.cpp ] |
---|
| 18 | [ run ../binary_search_test.cpp ] |
---|
| 19 | [ run ../call_traits_test.cpp : -u ] |
---|
| 20 | [ compile-fail ../checked_delete_test.cpp ] |
---|
| 21 | [ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor : -u ] |
---|
| 22 | [ run ../current_function_test.cpp : : : <test-info>always_show_run_output ] |
---|
| 23 | [ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor ] |
---|
| 24 | [ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor ] |
---|
| 25 | [ compile-fail ../noncopyable_test.cpp ] |
---|
| 26 | [ run ../numeric_traits_test.cpp ] |
---|
| 27 | [ run ../operators_test.cpp ../../test/build//boost_test_exec_monitor ] |
---|
| 28 | [ compile ../ref_ct_test.cpp ] |
---|
| 29 | [ run ../ref_test.cpp ../../test/build//boost_test_exec_monitor ] |
---|
| 30 | [ compile result_of_test.cpp ] |
---|
| 31 | [ run ../shared_iterator_test.cpp ] |
---|
| 32 | [ run ../value_init_test.cpp ] |
---|
| 33 | [ compile-fail ../value_init_test_fail1.cpp ] |
---|
| 34 | [ compile-fail ../value_init_test_fail2.cpp ] |
---|
| 35 | [ compile-fail ../value_init_test_fail3.cpp ] |
---|
| 36 | ; |
---|