From 40554e238c31c5e011656d6ac9a6a385829fbeb7 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 14 Aug 2024 23:22:20 -0500 Subject: [PATCH] Fix lib build, re-enable some tests. --- build/Jamfile.v2 | 2 +- test/Jamfile.v2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 86858ce1..dc7cefd1 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -12,4 +12,4 @@ project : usage-requirements BOOST_EXCEPTION_NO_LIB=1 ; -lib boost_exception : clone_current_exception_non_intrusive.cpp ; +lib boost_exception : clone_current_exception_non_intrusive.cpp : on ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 02225ff4..a0d29f23 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -24,7 +24,7 @@ run 2-throw_exception_no_exceptions_test.cpp : : : off ; run 3-throw_exception_no_integration_test.cpp : : : on ; run 4-throw_exception_no_both_test.cpp : : : off ; run cloning_test.cpp : : : on ; -# run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost/thread//boost_thread : : : multi on ; +run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost/thread//boost_thread : : : multi on ; run copy_exception_no_exceptions_test.cpp : : : off on ; run unknown_exception_test.cpp : : : on ; run exception_test.cpp : : : on ; @@ -41,8 +41,8 @@ run refcount_ptr_test.cpp ; run current_exception_cast_test.cpp : : : on ; run no_exceptions_test.cpp : : : off ; run errinfos_test.cpp : : : on ; -# run exception_ptr_test.cpp/BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ../../thread/src/tss_null.cpp /boost/exception//boost_exception /boost/thread//boost_thread : : : multi on : non_intrusive_exception_ptr_test ; -# run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost/thread//boost_thread : : : multi on ; +run exception_ptr_test.cpp/BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ../../thread/src/tss_null.cpp /boost/exception//boost_exception /boost/thread//boost_thread : : : multi on : non_intrusive_exception_ptr_test ; +run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost/thread//boost_thread : : : multi on ; run exception_ptr_test2.cpp ; lib visibility_test_lib : visibility_test_lib.cpp : hidden on ;