]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/exception/test/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / exception / test / Jamfile.v2
index e7cf00df0e1bf151ded72f8ac25bd4bd5c257fa5..df85359fcfdd4d5149fa36de6547baa9dd536621 100644 (file)
@@ -34,6 +34,7 @@ run exception_test.cpp ;
 run enable_error_info_test.cpp helper1.cpp ;
 run throw_exception_test.cpp helper2.cpp ;
 run errno_test.cpp ;
+run error_info_basic_test.cpp ;
 run error_info_lv_test.cpp ;
 run error_info_lv_const_test.cpp ;
 run error_info_rv_test.cpp ;
@@ -45,7 +46,6 @@ run no_exceptions_test.cpp : : : <exception-handling>off ;
 run errinfos_test.cpp ;
 run exception_ptr_test.cpp/<define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ../../thread/src/tss_null.cpp /boost/exception /boost//thread : : : <threading>multi : non_intrusive_exception_ptr_test ;
 run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : <threading>multi ;
-run N3757_test.cpp ;
 
 compile-fail exception_fail.cpp ;
 compile-fail throw_exception_fail.cpp ;