From eef0e01c8dfc0946f3759e39b2e4f3f8ac7385c1 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 5 Sep 2003 16:18:53 +0000 Subject: [PATCH] Adjust for changed test library name [SVN r19924] --- test/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 69236e8..16d0431 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -2,19 +2,19 @@ subproject libs/tuple/test ; unit-test tuple_test_bench : tuple_test_bench.cpp - ../../test/build/test_exec_monitor + ../../test/build/boost_test_exec_monitor : $(BOOST_ROOT) ; unit-test io_test : io_test.cpp - ../../test/build/test_exec_monitor + ../../test/build/boost_test_exec_monitor : $(BOOST_ROOT) ; unit-test another_tuple_test_bench : another_tuple_test_bench.cpp - ../../test/build/test_exec_monitor + ../../test/build/boost_test_exec_monitor : $(BOOST_ROOT) ;