]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/detail/test/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / detail / test / Jamfile
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
8 build-project container_fwd ;
9
10 project 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 <toolset>gcc:<define>_GLIBCXX_DEBUG
18 <toolset>darwin:<cxxflags>-ftemplate-depth-300
19 ;
20
21 # import rules for testing conditional on config file variables
22 import ../../config/checks/config : requires ;
23
24 run binary_search_test.cpp ;
25 run is_sorted_test.cpp ;
26 run test_utf8_codecvt.cpp : :
27 : [ requires std_wstreambuf ]
28 ;