From e6830b2c19e5f4e3bd7b5119f4166479a524494e Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 13 Aug 2002 03:06:00 +0000 Subject: [PATCH] Add dependency on test_exec_monitor [SVN r14801] --- test/Jamfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index eb5254d2..0984a8b8 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -96,7 +96,8 @@ if $(TEST_BIENSTMAN_NON_BUGS) # --- unit tests of library components --- -local UNIT_TEST_PROPERTIES = [ difference $(PYTHON_PROPERTIES) : BOOST_PYTHON_DYNAMIC_LIB ] BOOST_PYTHON_STATIC_LIB ; +local UNIT_TEST_PROPERTIES = ../../test/build/test_exec_monitor + [ difference $(PYTHON_PROPERTIES) : BOOST_PYTHON_DYNAMIC_LIB ] BOOST_PYTHON_STATIC_LIB ; run indirect_traits_test.cpp ; run destroy_test.cpp ; @@ -120,7 +121,7 @@ run upcast.cpp run select_holder.cpp : # command-line args : # input files - : $(UNIT_TEST_PROPERTIES) + : $(UNIT_TEST_PROPERTIES) ;