]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/parameter/test/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / parameter / test / Jamfile.v2
1 # Copyright David Abrahams, Daniel Wallin 2006. Distributed under the
2 # Boost Software License, Version 1.0. (See accompanying file
3 # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5 # Boost Parameter Library test Jamfile
6
7 import python ;
8
9 project boost/parameter
10 : default-build <warnings>off
11 ;
12
13 build-project literate ;
14
15 test-suite "parameter"
16 : [ run basics.cpp ]
17 [ run sfinae.cpp ]
18 [ run macros.cpp ]
19 [ run earwicker.cpp ]
20 [ run tutorial.cpp ]
21 [ run singular.cpp ]
22 [ run mpl.cpp ]
23 [ run preprocessor.cpp ]
24 [ run preprocessor_deduced.cpp ]
25 [ run efficiency.cpp : : : : : <variant>release ]
26 [ run maybe.cpp ]
27 [ run deduced.cpp ]
28 [ run optional_deduced_sfinae.cpp ]
29 [ run deduced_dependent_predicate.cpp ]
30 [ run normalized_argument_types.cpp ]
31 [ compile ntp.cpp ]
32 [ compile unwrap_cv_reference.cpp ]
33 [ compile-fail duplicates.cpp ]
34 [ compile-fail deduced_unmatched_arg.cpp ]
35 [ compile compose.cpp ]
36 [ bpl-test python_test ]
37 ;
38