1# Boost Exception Library test Jamfile
2#
3# Copyright (c) 2006-2013 Emil Dotchevski and Reverge Studios, Inc.
4#
5# Distributed under the Boost Software License, Version 1.0. (See accompanying
6# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
8import testing ;
9
10#to_string
11
12run is_output_streamable_test.cpp ;
13run has_to_string_test.cpp ;
14run to_string_test.cpp ;
15run to_string_stub_test.cpp ;
16compile-fail to_string_fail.cpp ;
17
18#exception
19
20run 1-throw_exception_test.cpp : : : <exception-handling>on ;
21run 2-throw_exception_no_exceptions_test.cpp : : : <exception-handling>off ;
22run 3-throw_exception_no_integration_test.cpp : : : <exception-handling>on ;
23run 4-throw_exception_no_both_test.cpp : : : <exception-handling>off ;
24run cloning_test.cpp : : : <exception-handling>on ;
25run copy_exception_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : <threading>multi <exception-handling>on ;
26run copy_exception_no_exceptions_test.cpp : : : <exception-handling>off <rtti>on ;
27run unknown_exception_test.cpp : : : <exception-handling>on ;
28run exception_test.cpp : : : <exception-handling>on ;
29run enable_error_info_test.cpp helper1.cpp : : : <exception-handling>on ;
30run throw_exception_test.cpp helper2.cpp : : : <exception-handling>on ;
31run errno_test.cpp : : : <exception-handling>on ;
32run error_info_basic_test.cpp : : : <exception-handling>on ;
33run error_info_lv_test.cpp : : : <exception-handling>on ;
34run error_info_lv_const_test.cpp : : : <exception-handling>on ;
35run error_info_rv_test.cpp : : : <exception-handling>on ;
36run error_info_rv_const_test.cpp : : : <exception-handling>on ;
37run diagnostic_information_test.cpp : : : <exception-handling>on ;
38run refcount_ptr_test.cpp ;
39run current_exception_cast_test.cpp : : : <exception-handling>on ;
40run no_exceptions_test.cpp : : : <exception-handling>off ;
41run errinfos_test.cpp : : : <exception-handling>on ;
42run exception_ptr_test.cpp/<define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ../../thread/src/tss_null.cpp /boost/exception /boost//thread : : : <threading>multi <exception-handling>on : non_intrusive_exception_ptr_test ;
43run exception_ptr_test.cpp ../../thread/src/tss_null.cpp /boost//thread : : : <threading>multi <exception-handling>on ;
44
45lib visibility_test_lib : visibility_test_lib.cpp : <visibility>hidden <exception-handling>on ;
46run visibility_test.cpp visibility_test_lib/<link>shared : : : <visibility>hidden <exception-handling>on ;
47
48compile-fail exception_fail.cpp ;
49compile-fail throw_exception_fail.cpp ;
50compile-fail error_info_const_fail.cpp ;
51
52#headers
53
54compile exception_ptr_hpp_test.cpp ;
55compile diagnostic_information_hpp_test.cpp ;
56compile error_info_hpp_test.cpp ;
57compile get_error_info_hpp_test.cpp ;
58compile info_hpp_test.cpp ;
59compile info_tuple_hpp_test.cpp ;
60compile to_string_hpp_test.cpp ;
61compile to_string_stub_hpp_test.cpp ;
62compile all_hpp_test.cpp ;
63compile current_exception_cast_hpp_test.cpp ;
64compile errinfo_api_function_hpp_test.cpp ;
65compile errinfo_at_line_hpp_test.cpp ;
66compile errinfo_errno_hpp_test.cpp ;
67compile errinfo_file_handle_hpp_test.cpp ;
68compile errinfo_file_name_hpp_test.cpp ;
69compile errinfo_file_open_mode_hpp_test.cpp ;
70compile errinfo_nested_exception_hpp_test.cpp ;
71compile errinfo_type_info_name_hpp_test.cpp ;
72