|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52997 - branches/release/libs/exception/test
From: troy_at_[hidden]
Date: 2009-05-14 13:59:30
Author: troy
Date: 2009-05-14 13:59:29 EDT (Thu, 14 May 2009)
New Revision: 52997
URL: http://svn.boost.org/trac/boost/changeset/52997
Log:
sync with jamfile
Text files modified:
branches/release/libs/exception/test/CMakeLists.txt | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
Modified: branches/release/libs/exception/test/CMakeLists.txt
==============================================================================
--- branches/release/libs/exception/test/CMakeLists.txt (original)
+++ branches/release/libs/exception/test/CMakeLists.txt 2009-05-14 13:59:29 EDT (Thu, 14 May 2009)
@@ -8,30 +8,38 @@
#exception
+boost_test_run(1-throw_exception_test)
+boost_test_run(2-throw_exception_no_exceptions_test)
+boost_test_run(3-throw_exception_no_integration_test)
+boost_test_run(4-throw_exception_no_both_test)
boost_test_run(cloning_test)
boost_test_run(copy_exception_test)
boost_test_run(unknown_exception_test)
boost_test_run(exception_test)
-#boost_test_run(boost_error_info_test)
boost_test_run(enable_error_info_test enable_error_info_test.cpp helper1.cpp)
boost_test_run(throw_exception_test throw_exception_test.cpp helper2.cpp)
boost_test_run(errno_test)
boost_test_run(error_info_test)
boost_test_run(diagnostic_information_test)
+boost_test_run(refcount_ptr_test)
+boost_test_run(current_exception_cast_test)
+message(STATUS "!!!> run no_exceptions_test.cpp : : : <exception-handling>off ;")
+
boost_test_compile_fail(exception_fail)
boost_test_compile_fail(throw_exception_fail)
# Compile headers tests
set (compile_tests
+ exception_ptr_hpp_test
diagnostic_information_hpp_test
error_info_hpp_test
- exception_ptr_hpp_test
exception_hpp_test
get_error_info_hpp_test
info_hpp_test
info_tuple_hpp_test
to_string_hpp_test
to_string_stub_hpp_test
+ current_exception_cast_hpp_test
)
#-- Create a Compile test for each source
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk