Ticket #6878: boost-exception-test-Jamfile.v2.patch

File boost-exception-test-Jamfile.v2.patch, 1.3 KB (added by David Deakins, 10 years ago)

patch file

  • Jamfile.v2

     
    2828run 3-throw_exception_no_integration_test.cpp ;
    2929run 4-throw_exception_no_both_test.cpp ;
    3030run cloning_test.cpp ;
    31 run copy_exception_test.cpp /boost//thread : : : <threading>multi ;
     31run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : <threading>multi ;
    3232run unknown_exception_test.cpp ;
    3333run exception_test.cpp ;
    3434run enable_error_info_test.cpp helper1.cpp ;
     
    4040run current_exception_cast_test.cpp ;
    4141run no_exceptions_test.cpp : : : <exception-handling>off ;
    4242run errinfos_test.cpp ;
    43 run exception_ptr_test.cpp/<define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR /boost/exception /boost//thread : : : <threading>multi : non_intrusive_exception_ptr_test ;
    44 run exception_ptr_test.cpp /boost//thread : : : <threading>multi ;
     43run exception_ptr_test.cpp/<define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR /boost/exception ../../thread/src/tss_null.cpp /boost//thread : : : <threading>multi : non_intrusive_exception_ptr_test ;
     44run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : <threading>multi ;
    4545
    4646compile-fail exception_fail.cpp ;
    4747compile-fail throw_exception_fail.cpp ;