]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/local_function/test/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / local_function / test / Jamfile.v2
1
2 # Copyright (C) 2009-2012 Lorenzo Caminiti
3 # Distributed under the Boost Software License, Version 1.0
4 # (see accompanying file LICENSE_1_0.txt or a copy at
5 # http://www.boost.org/LICENSE_1_0.txt)
6 # Home at http://www.boost.org/libs/local_function
7
8 import testing ;
9
10 # Sun does not automatically detect type-of emulation mode (force it).
11 project : requirements <toolset>sun:<define>BOOST_TYPEOF_EMULATION ;
12
13 rule vaseq ( command target )
14 {
15 $(command) $(target).cpp ;
16 $(command) $(target)_seq.cpp ;
17 $(command) $(target)_seq_nova.cpp ;
18 }
19
20 vaseq run add ;
21 vaseq run add_classifiers ;
22 vaseq run add_default ;
23 vaseq run add_except ;
24 vaseq run add_inline ;
25 vaseq run add_params_only ;
26 vaseq run add_template ;
27 vaseq run add_this ;
28 vaseq run add_typed ;
29 vaseq run add_with_default ;
30 vaseq run all_decl ;
31 vaseq run factorial ;
32 vaseq run goto ;
33 vaseq compile-fail goto_error ;
34 vaseq run macro_commas ;
35 vaseq run nesting ;
36 vaseq run operator ;
37 vaseq compile-fail operator_error ;
38 vaseq run overload ;
39 vaseq run return_assign ;
40 vaseq run return_derivative ;
41 vaseq run return_inc ;
42 vaseq run return_setget ;
43 vaseq run return_this ;
44 vaseq run same_line ;
45 vaseq run transform ;
46 vaseq run typeof ;
47 vaseq run typeof_template ;
48
49 run ten_void.cpp ;
50 run ten_void_nova.cpp ;
51