7
7
8
8
import testing ;
9
9
10
+ project : requirements <library>/boost/exception//boost_exception ;
11
+
10
12
#to_string
11
13
12
14
run is_output_streamable_test.cpp ;
@@ -22,7 +24,7 @@ run 2-throw_exception_no_exceptions_test.cpp : : : <exception-handling>off ;
22
24
run 3-throw_exception_no_integration_test.cpp : : : <exception-handling>on ;
23
25
run 4-throw_exception_no_both_test.cpp : : : <exception-handling>off ;
24
26
run cloning_test.cpp : : : <exception-handling>on ;
25
- run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost// thread : : : <threading>multi <exception-handling>on ;
27
+ run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost/thread//boost_thread : : : <threading>multi <exception-handling>on ;
26
28
run copy_exception_no_exceptions_test.cpp : : : <exception-handling>off <rtti>on ;
27
29
run unknown_exception_test.cpp : : : <exception-handling>on ;
28
30
run exception_test.cpp : : : <exception-handling>on ;
@@ -39,8 +41,8 @@ run refcount_ptr_test.cpp ;
39
41
run current_exception_cast_test.cpp : : : <exception-handling>on ;
40
42
run no_exceptions_test.cpp : : : <exception-handling>off ;
41
43
run errinfos_test.cpp : : : <exception-handling>on ;
42
- run exception_ptr_test.cpp/<define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ../../thread/src/tss_null.cpp /boost/exception /boost// thread : : : <threading>multi <exception-handling>on : non_intrusive_exception_ptr_test ;
43
- run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost// thread : : : <threading>multi <exception-handling>on ;
44
+ run exception_ptr_test.cpp/<define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ../../thread/src/tss_null.cpp /boost/exception//boost_exception /boost/thread//boost_thread : : : <threading>multi <exception-handling>on : non_intrusive_exception_ptr_test ;
45
+ run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost/thread//boost_thread : : : <threading>multi <exception-handling>on ;
44
46
run exception_ptr_test2.cpp ;
45
47
46
48
lib visibility_test_lib : visibility_test_lib.cpp : <visibility>hidden <exception-handling>on ;
0 commit comments