From b7c54dc5adb866c8fc9275dd250d9e77cd716cca Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 23 Feb 2004 07:33:35 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create tag 'merged_to_RC_1_31_0'. [SVN r22369] --- test/Jamfile.v2 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 224b426..0c65556 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -22,12 +22,12 @@ test-suite utility [ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor : -u ] [ run ../addressof_test.cpp ../../test/build//boost_test_exec_monitor ] [ run ../ref_test.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../enable_if_constructors.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../enable_if_dummy_arg_disambiguation.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../enable_if_lazy.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../enable_if_lazy_test.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../enable_if_member_templates.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../enable_if_namespace_disambiguation.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../enable_if_no_disambiguation.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../enable_if_partial_specializations.cpp ../../test/build//boost_test_exec_monitor ] + [ run ../enable_if_constructors.cpp ../../test/build/boost_test_exec_monitor ] + [ run ../enable_if_dummy_arg_disambiguation.cpp ../../test/build/boost_test_exec_monitor ] + [ run ../enable_if_lazy.cpp ../../test/build/boost_test_exec_monitor ] + [ run ../enable_if_lazy_test.cpp ../../test/build/boost_test_exec_monitor ] + [ run ../enable_if_member_templates.cpp ../../test/build/boost_test_exec_monitor ] + [ run ../enable_if_namespace_disambiguation.cpp ../../test/build/boost_test_exec_monitor ] + [ run ../enable_if_no_disambiguation.cpp ../../test/build/boost_test_exec_monitor ] + [ run ../enable_if_partial_specializations.cpp ../../test/build/boost_test_exec_monitor ] ;