From 4cdfbb9ec6530972efcf90e577f657fe252bd28c Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Tue, 19 Jun 2012 22:30:12 +0000 Subject: [PATCH] Ticket 6878, thanks Dave Deakins [SVN r79013] --- test/Jamfile.v2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a53b472..6195a70 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -28,7 +28,7 @@ run 2-throw_exception_no_exceptions_test.cpp ; run 3-throw_exception_no_integration_test.cpp ; run 4-throw_exception_no_both_test.cpp ; run cloning_test.cpp ; -run copy_exception_test.cpp /boost//thread : : : multi ; +run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : multi ; run unknown_exception_test.cpp ; run exception_test.cpp ; run enable_error_info_test.cpp helper1.cpp ; @@ -40,8 +40,8 @@ run refcount_ptr_test.cpp ; run current_exception_cast_test.cpp ; run no_exceptions_test.cpp : : : off ; run errinfos_test.cpp ; -run exception_ptr_test.cpp/BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR /boost/exception /boost//thread : : : multi : non_intrusive_exception_ptr_test ; -run exception_ptr_test.cpp /boost//thread : : : multi ; +run exception_ptr_test.cpp/BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ../../thread/src/tss_null.cpp /boost/exception /boost//thread : : : multi : non_intrusive_exception_ptr_test ; +run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : multi ; compile-fail exception_fail.cpp ; compile-fail throw_exception_fail.cpp ;