Detail: test container_fwd for debug version of standard library.

[SVN r72996]
This commit is contained in:
Daniel James
2011-07-10 13:15:08 +00:00
parent bb1f3d690a
commit e87588af6a

View File

@ -14,9 +14,13 @@ project detail/test/container_fwd
<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 ;