From 80ea2383a74fd78befe0d485045a23bc537c7020 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 10 Dec 2002 23:05:38 +0000 Subject: [PATCH] Fix references to test library [SVN r16585] --- test/Jamfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 38e23b2e..67c2c118 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -140,7 +140,7 @@ local UNIT_TEST_PROPERTIES = $(PYTHON_PROPERTIES) BOOST_PYTHON_SUPPRESS_ run indirect_traits_test.cpp ; run destroy_test.cpp ; -run pointer_type_id_test.cpp ../../test/build/test_exec_monitor : : : $(UNIT_TEST_PROPERTIES) ; +run pointer_type_id_test.cpp ../../test/build/boost_test_exec_monitor : : : $(UNIT_TEST_PROPERTIES) ; run member_function_cast.cpp ; run bases.cpp ; run if_else.cpp ; @@ -151,26 +151,26 @@ compile string_literal.cpp ; compile borrowed.cpp : $(UNIT_TEST_PROPERTIES) ; compile object_manager.cpp : $(UNIT_TEST_PROPERTIES) ; -run upcast.cpp ../../test/build/test_exec_monitor +run upcast.cpp ../../test/build/boost_test_exec_monitor : # command-line args : # input files : $(UNIT_TEST_PROPERTIES) ; -run select_holder.cpp ../../test/build/test_exec_monitor +run select_holder.cpp ../../test/build/boost_test_exec_monitor : # command-line args : # input files : $(UNIT_TEST_PROPERTIES) ; -run select_from_python_test.cpp ../src/converter/type_id.cpp ../../test/build/test_exec_monitor +run select_from_python_test.cpp ../src/converter/type_id.cpp ../../test/build/boost_test_exec_monitor : # command-line args : # input files : $(UNIT_TEST_PROPERTIES) ; -run select_arg_to_python_test.cpp ../src/converter/type_id.cpp ../../test/build/test_exec_monitor +run select_arg_to_python_test.cpp ../src/converter/type_id.cpp ../../test/build/boost_test_exec_monitor : # command-line args : # input files : $(UNIT_TEST_PROPERTIES)