$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: emil_at_[hidden]
Date: 2008-03-06 00:08:22
Author: emildotchevski
Date: 2008-03-06 00:08:22 EST (Thu, 06 Mar 2008)
New Revision: 43525
URL: http://svn.boost.org/trac/boost/changeset/43525
Log:
hooking up boost exception for testing
Added:
   trunk/libs/exception/test/Jamfile.v2
      - copied unchanged from r43522, /trunk/libs/exception/test/Jamfile
Removed:
   trunk/libs/exception/test/Jamfile
Text files modified: 
   trunk/status/Jamfile.v2 |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Deleted: trunk/libs/exception/test/Jamfile
==============================================================================
--- trunk/libs/exception/test/Jamfile	2008-03-06 00:08:22 EST (Thu, 06 Mar 2008)
+++ (empty file)
@@ -1,20 +0,0 @@
-# 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 ;
-
-run cloning_test.cpp ;
-run unknown_exception_test.cpp ;
-run to_string_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 ;
Modified: trunk/status/Jamfile.v2
==============================================================================
--- trunk/status/Jamfile.v2	(original)
+++ trunk/status/Jamfile.v2	2008-03-06 00:08:22 EST (Thu, 06 Mar 2008)
@@ -38,6 +38,7 @@
 build-project ../libs/date_time/test  ;        # test-suite date_time
 build-project ../libs/disjoint_sets ;          # test-suite disjoint_sets
 build-project ../libs/dynamic_bitset ;         # test-suite dynamic_bitset
+build-project ../libs/exception ;
 build-project ../libs/filesystem/test ;        # test-suite filesystem
 build-project ../libs/foreach/test ;           # test-suite foreach
 build-project ../libs/format/test ;            # test-suite format