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) ;