Files
exception/test/Jamfile.v2

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2008-03-04 01:41:17 +00:00
# Boost Exception Library test Jamfile
#
# Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
import testing ;
2008-04-11 03:51:06 +00:00
#to_string
run is_output_streamable_test.cpp ;
2008-04-11 18:34:46 +00:00
run has_to_string_test.cpp ;
2008-04-11 03:51:06 +00:00
run to_string_test.cpp ;
run to_string_stub_test.cpp ;
compile-fail to_string_fail.cpp ;
#exception
2008-03-04 01:41:17 +00:00
run cloning_test.cpp ;
run copy_exception_test.cpp ;
2008-03-04 01:41:17 +00:00
run unknown_exception_test.cpp ;
run exception_test.cpp ;
run boost_error_info_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 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 ;