]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/functional/overloaded_function/test/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / functional / overloaded_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/functional/overloaded_function
7
8 import testing ;
9
10 # Sun does not automatically detect type-of emulation (force it).
11 project : requirements <toolset>sun:<define>BOOST_TYPEOF_EMULATION ;
12
13 run functor.cpp ;
14 run make_decl.cpp ;
15 run make_call.cpp ;
16