Boost Exception header compilation tests added.

[SVN r44442]
This commit is contained in:
Emil Dotchevski
2008-04-15 21:13:24 +00:00
parent f29f86f65c
commit eb7a736198
10 changed files with 59 additions and 1 deletions

View File

@ -26,3 +26,13 @@ run errno_test.cpp ;
run error_info_test.cpp ;
run what_test.cpp ;
compile-fail exception_fail.cpp ;
#headers
compile enable_current_exception_hpp_test.cpp ;
compile enable_error_info_hpp_test.cpp ;
compile error_info_hpp_test.cpp ;
compile exception_hpp_test.cpp ;
compile info_hpp_test.cpp ;
compile info_tuple_hpp_test.cpp ;
compile to_string_hpp_test.cpp ;
compile to_string_stub_hpp_test.cpp ;