Add tests for throw_line

This commit is contained in:
Peter Dimov
2018-09-27 08:26:29 +03:00
parent a732dfad3c
commit 9b99dd5f60
3 changed files with 65 additions and 0 deletions

View File

@ -16,6 +16,7 @@ compile-fail throw_exception_fail.cpp ;
run throw_exception_test2.cpp ;
run throw_exception_test3.cpp ;
run throw_exception_test4.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 ;