From 7fc5d819337b0a8bc0a4752203a9d89ba42a1822 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 15 Dec 2009 13:16:50 +0000 Subject: [PATCH] Only use gcc debug containers on the container_fwd_test. [SVN r58395] --- hash/test/Jamfile.v2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hash/test/Jamfile.v2 b/hash/test/Jamfile.v2 index 00b9021..f977fa9 100644 --- a/hash/test/Jamfile.v2 +++ b/hash/test/Jamfile.v2 @@ -12,8 +12,6 @@ project hash-tests intel:-strict-ansi gcc:"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter" darwin:"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter" - gcc:_GLIBCXX_DEBUG - darwin:_GLIBCXX_DEBUG msvc:on #gcc:on #darwin:on @@ -45,6 +43,7 @@ test-suite functional/hash [ run link_ext_test.cpp link_no_ext_test.cpp ] [ run extensions_hpp_test.cpp ] [ run container_fwd_test.cpp ] + [ run container_fwd_test.cpp : : : _GLIBCXX_DEBUG : container_fwd_gcc_debug ] [ compile-fail hash_no_ext_fail_test.cpp ] [ compile-fail namespace_fail_test.cpp ] [ run hash_no_ext_macro_1.cpp ]