Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72996 - trunk/libs/detail/test/container_fwd
From: dnljms_at_[hidden]
Date: 2011-07-10 09:15:10


Author: danieljames
Date: 2011-07-10 09:15:08 EDT (Sun, 10 Jul 2011)
New Revision: 72996
URL: http://svn.boost.org/trac/boost/changeset/72996

Log:
Detail: test container_fwd for debug version of standard library.
Text files modified:
   trunk/libs/detail/test/container_fwd/Jamfile | 12 ++++++++----
   1 files changed, 8 insertions(+), 4 deletions(-)

Modified: trunk/libs/detail/test/container_fwd/Jamfile
==============================================================================
--- trunk/libs/detail/test/container_fwd/Jamfile (original)
+++ trunk/libs/detail/test/container_fwd/Jamfile 2011-07-10 09:15:08 EDT (Sun, 10 Jul 2011)
@@ -14,9 +14,13 @@
         <warnings-as-errors>on
   ;
 
-run container_fwd_test.cpp : : : release : container_fwd_release ;
-run container_fwd_test.cpp : : : debug : container_fwd_debug ;
 run container_no_fwd_test.cpp ;
+run container_fwd_test.cpp : : : : container_fwd ;
+run container_fwd_test.cpp : :
+ : <define>_STLP_DEBUG <define>_GLIBCXX_DEBUG
+ : container_fwd_debug ;
 
-compile-fail correctly_disable_fail.cpp : release : correctly_disable_release ;
-compile-fail correctly_disable_fail.cpp : debug : correctly_disable_debug ;
+compile-fail correctly_disable_fail.cpp : : correctly_disable ;
+compile-fail correctly_disable_fail.cpp
+ : <define>_STLP_DEBUG <define>_GLIBCXX_DEBUG
+ : correctly_disable_debug ;


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