################################################################*# Jam #*####### # Copyright (C) 2010 Bryce Lelbach # # 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) ################################################################################ build-project container_fwd ; project detail/test : requirements clang:-Wno-unused clang:-Wno-tautological-compare clang:-ftemplate-depth-300 gcc:-ftemplate-depth-300 darwin:-ftemplate-depth-300 ; for tests in [ glob *.cpp ] { run $(tests) : : : : $(tests:B) ; }