More complete error_info testing

This commit is contained in:
Emil Dotchevski
2015-03-25 14:28:54 -07:00
parent 5a040eedf5
commit c57eefbf42
6 changed files with 81 additions and 125 deletions

View File

@ -34,8 +34,10 @@ 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_test.cpp ;
run error_info_lv_test.cpp ;
run error_info_lv_const_test.cpp ;
run error_info_rv_test.cpp ;
run error_info_rv_const_test.cpp ;
run diagnostic_information_test.cpp ;
run refcount_ptr_test.cpp ;
run current_exception_cast_test.cpp ;