]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/integer/test/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / integer / test / Jamfile.v2
CommitLineData
7c673cae
FG
1#~ Copyright Rene Rivera 2008
2#~ Distributed under the Boost Software License, Version 1.0.
3#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5import testing ;
6
7project : requirements <warnings>all <toolset>gcc:<cxxflags>-Wextra ;
8
9test-suite integer
10 :
11 [ run integer_traits_test.cpp ]
12 [ run integer_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-long-long <toolset>sun:<cxxflags>"-Qoption ccfe -tmpldepth=128" ]
13 [ run integer_mask_test.cpp ]
14 [ run static_log2_test.cpp ]
15 [ run static_min_max_test.cpp ]
16 [ compile integer_traits_include_test.cpp ]
17 [ compile integer_include_test.cpp ]
18 [ compile integer_mask_include_test.cpp ]
19 [ compile static_log2_include_test.cpp ]
20 [ compile static_min_max_include_test.cpp ]
21 [ compile integer_fwd_include_test.cpp ]
22 [ compile-fail fail_int_exact.cpp ]
23 [ compile-fail fail_int_fast.cpp ]
24 [ compile-fail fail_int_least.cpp ]
25 [ compile-fail fail_uint_exact.cpp ]
26 [ compile-fail fail_uint_fast.cpp ]
27 [ compile-fail fail_uint_least.cpp ]
28 [ compile-fail fail_uint_65.cpp ]
29 [ run common_factor_test.cpp ]
30 ;