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 ;
|
|
|
|
|
2004-08-01 05:40:21 +00:00
|
|
|
# Please keep the tests ordered by filename
|
2003-10-07 07:25:24 +00:00
|
|
|
test-suite utility
|
2004-09-21 14:54:32 +00:00
|
|
|
:
|
2009-03-20 17:14:00 +00:00
|
|
|
[ run ../addressof_fn_test.cpp ]
|
2005-03-16 22:02:22 +00:00
|
|
|
[ run ../addressof_test.cpp ]
|
2009-03-20 17:14:00 +00:00
|
|
|
[ run ../addressof_test2.cpp ]
|
2004-08-01 05:40:21 +00:00
|
|
|
[ run ../assert_test.cpp ]
|
|
|
|
[ run ../base_from_member_test.cpp ]
|
2004-06-10 11:49:39 +00:00
|
|
|
[ run ../binary_search_test.cpp ]
|
2008-09-06 21:11:48 +00:00
|
|
|
[ run ../binary_test.cpp ]
|
2003-10-07 07:25:24 +00:00
|
|
|
[ run ../call_traits_test.cpp : -u ]
|
|
|
|
[ compile-fail ../checked_delete_test.cpp ]
|
2006-11-10 19:09:56 +00:00
|
|
|
[ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor/<link>static : -u ]
|
2004-08-01 05:40:21 +00:00
|
|
|
[ run ../current_function_test.cpp : : : <test-info>always_show_run_output ]
|
2006-11-10 19:09:56 +00:00
|
|
|
[ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
|
|
|
|
[ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
|
2004-08-01 05:40:21 +00:00
|
|
|
[ compile-fail ../noncopyable_test.cpp ]
|
|
|
|
[ run ../numeric_traits_test.cpp ]
|
2006-11-10 19:09:56 +00:00
|
|
|
[ run ../operators_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
|
2004-08-01 05:40:21 +00:00
|
|
|
[ compile ../ref_ct_test.cpp ]
|
2006-11-10 19:09:56 +00:00
|
|
|
[ run ../ref_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
|
2004-05-02 19:55:02 +00:00
|
|
|
[ compile result_of_test.cpp ]
|
2004-08-01 05:40:21 +00:00
|
|
|
[ run ../shared_iterator_test.cpp ]
|
|
|
|
[ run ../value_init_test.cpp ]
|
2010-06-16 08:45:43 +00:00
|
|
|
[ run ../value_init_workaround_test.cpp ]
|
2010-05-09 20:51:24 +00:00
|
|
|
[ run ../initialized_test.cpp ]
|
2004-09-21 14:54:32 +00:00
|
|
|
[ compile-fail ../value_init_test_fail1.cpp ]
|
|
|
|
[ compile-fail ../value_init_test_fail2.cpp ]
|
|
|
|
[ compile-fail ../value_init_test_fail3.cpp ]
|
2010-05-09 20:51:24 +00:00
|
|
|
[ compile-fail ../initialized_test_fail1.cpp ]
|
|
|
|
[ compile-fail ../initialized_test_fail2.cpp ]
|
2007-11-04 12:01:16 +00:00
|
|
|
[ run ../verify_test.cpp ]
|
2003-10-07 07:25:24 +00:00
|
|
|
;
|
2007-11-04 12:01:16 +00:00
|
|
|
|