# Copyright 2011 Daniel James. # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) import testing ; project detail/test/container_fwd : requirements all intel:on gcc:"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion" darwin:"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion" clang:"-pedantic -Wextra -Wmismatched-tags" on ; 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 : off : correctly_disable ; compile-fail correctly_disable_fail.cpp : off _STLP_DEBUG _GLIBCXX_DEBUG : correctly_disable_debug ;