]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/detail/test/Jamfile
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / detail / test / Jamfile
CommitLineData
7c673cae
FG
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 <toolset>gcc:<define>_GLIBCXX_DEBUG
18 <toolset>darwin:<cxxflags>-ftemplate-depth-300
19 ;
20
21# import rules for testing conditional on config file variables
22import ../../config/checks/config : requires ;
23
24run binary_search_test.cpp ;
25run is_sorted_test.cpp ;
b32b8144
FG
26run numeric_traits_test.cpp ;
27# run test_utf8_codecvt.cpp : : : [ requires std_wstreambuf ] ;
28run test_utf8_codecvt.cpp ;