Add test that uses boost::exception_ptr

This commit is contained in:
Peter Dimov
2018-09-27 07:15:53 +03:00
parent a17f4bad42
commit 6845ba892d
2 changed files with 72 additions and 0 deletions

View File

@ -15,6 +15,7 @@ run throw_exception_no_both_test.cpp ;
compile-fail throw_exception_fail.cpp ;
run throw_exception_test2.cpp ;
run throw_exception_test3.cpp ;
lib lib1_throw : lib1_throw.cpp : <define>LIB1_SOURCE=1 <link>shared:<define>LIB1_DYN_LINK=1 : : <link>shared:<define>LIB1_DYN_LINK=1 ;
lib lib2_throw : lib2_throw.cpp : <define>LIB2_SOURCE=1 <link>shared:<define>LIB2_DYN_LINK=1 : : <link>shared:<define>LIB2_DYN_LINK=1 ;