From 04fda4fb4e9a0ef2a83b8aee5e490dc5e0154e34 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 9 Jan 2004 13:03:16 +0000 Subject: [PATCH] Use proper syntax to refer to Boost.Test. [SVN r21566] --- test/Jamfile.v2 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 0c65556..224b426 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 ] ;