|
Boost-Commit : |
From: steven_at_[hidden]
Date: 2008-06-07 23:37:48
Author: steven_watanabe
Date: 2008-06-07 23:37:48 EDT (Sat, 07 Jun 2008)
New Revision: 46227
URL: http://svn.boost.org/trac/boost/changeset/46227
Log:
Turn on asynch-exceptions on msvc for the tests
Text files modified:
trunk/libs/units/test/Jamfile.v2 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/libs/units/test/Jamfile.v2
==============================================================================
--- trunk/libs/units/test/Jamfile.v2 (original)
+++ trunk/libs/units/test/Jamfile.v2 2008-06-07 23:37:48 EDT (Sat, 07 Jun 2008)
@@ -8,7 +8,7 @@
# http://www.boost.org/LICENSE_1_0.txt
project units_test :
- requirements <include>$(BOOST_ROOT) <include>../../.. <warnings>all
+ requirements <include>$(BOOST_ROOT) <include>../../.. <warnings>all <toolset>msvc:<asynch-exceptions>on
;
check-conversion-dependencies = [ path.glob-tree ../../../boost/units/systems/base_units : *.hpp ] ;
@@ -21,6 +21,7 @@
import testing ;
alias test_framework : $(BOOST_ROOT)/libs/test/build//boost_unit_test_framework ;
+#alias test_minimal : $(BOOST_ROOT)/libs/test/build//minimal ;
{
test-suite units
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