From e87588af6abdaaad21d29f54893de0c65d52c898 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 10 Jul 2011 13:15:08 +0000 Subject: [PATCH] Detail: test container_fwd for debug version of standard library. [SVN r72996] --- test/container_fwd/Jamfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/test/container_fwd/Jamfile b/test/container_fwd/Jamfile index dc49d62..3581521 100644 --- a/test/container_fwd/Jamfile +++ b/test/container_fwd/Jamfile @@ -14,9 +14,13 @@ project detail/test/container_fwd 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 : : + : _STLP_DEBUG _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 + : _STLP_DEBUG _GLIBCXX_DEBUG + : correctly_disable_debug ;