1################################################################*# Jam #*####### 2# Copyright (C) 2010 Bryce Lelbach 3# 4# Distributed under the Boost Software License, Version 1.0. (See accompanying 5# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 6################################################################################ 7 8build-project container_fwd ; 9 10project detail/test 11 : requirements 12 <toolset>clang:<cxxflags>-Wno-unused 13 <toolset>clang:<cxxflags>-Wno-tautological-compare 14 <toolset>clang:<cxxflags>-ftemplate-depth-300 15 <toolset>gcc:<cxxflags>-ftemplate-depth-300 16 <toolset>gcc:<define>_STLP_DEBUG 17 # Do not enable libstdc++ debug mode because of gcc 10.1 bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95289 18 # <toolset>gcc:<define>_GLIBCXX_DEBUG 19 <toolset>darwin:<cxxflags>-ftemplate-depth-300 20 ; 21 22# import rules for testing conditional on config file variables 23import ../../config/checks/config : requires ; 24 25run binary_search_test.cpp ; 26run blank_test.cpp ; 27run is_sorted_test.cpp ; 28run numeric_traits_test.cpp ; 29run is_xxx_test.cpp ; 30# run test_utf8_codecvt.cpp : : : [ requires std_wstreambuf ] ; 31run test_utf8_codecvt.cpp ; 32run allocator_utilities_test.cpp ; 33run reference_content_test.cpp ; 34