diff --git a/test/Jamfile.v2 b/test/Jamfile.v2
index 493011d..d5ecaa0 100644
--- a/test/Jamfile.v2
+++ b/test/Jamfile.v2
@@ -18,15 +18,15 @@ test-suite utility
[ run ../binary_search_test.cpp ]
[ run ../call_traits_test.cpp : -u ]
[ compile-fail ../checked_delete_test.cpp ]
- [ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor : -u ]
+ [ run ../compressed_pair_test.cpp ../../test/build//boost_test_exec_monitor/static : -u ]
[ run ../current_function_test.cpp : : : always_show_run_output ]
- [ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor ]
- [ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor ]
+ [ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor/static ]
+ [ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor/static ]
[ compile-fail ../noncopyable_test.cpp ]
[ run ../numeric_traits_test.cpp ]
- [ run ../operators_test.cpp ../../test/build//boost_test_exec_monitor ]
+ [ run ../operators_test.cpp ../../test/build//boost_test_exec_monitor/static ]
[ compile ../ref_ct_test.cpp ]
- [ run ../ref_test.cpp ../../test/build//boost_test_exec_monitor ]
+ [ run ../ref_test.cpp ../../test/build//boost_test_exec_monitor/static ]
[ compile result_of_test.cpp ]
[ run ../shared_iterator_test.cpp ]
[ run ../value_init_test.cpp ]