]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/safe_numerics/example/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / safe_numerics / example / Jamfile.v2
1 # Boost.SafeNumerics Library test Jamfile
2 #
3 # Copyright (c) 2017 Robert Ramey
4 #
5 # Distributed under the Boost Software License, Version 1.0.
6 # See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt
8
9 import testing ;
10
11 run example1.cpp ;
12 run example11.cpp ;
13 run example2.cpp ;
14 run example3.cpp ;
15 run example4.cpp ;
16 run example5.cpp ;
17 run example6.cpp ;
18 run example7.cpp ;
19 run example8.cpp ;
20 compile-fail example81.cpp ;
21 # run example81.cpp ; # requires console input
22 run example82.cpp ;
23 run example83.cpp ;
24 # run example84.cpp ; # requires console input
25 run example10.cpp ;
26 run example11.cpp ;
27 run example13.cpp ;
28 run example15.cpp ;
29 run example92.cpp ;
30 run example93.cpp ;
31