]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/complex-testing/jamroot.jam
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / example / complex-testing / jamroot.jam
1 # Copyright 2016 Rene Rivera
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5 using testing ;
6 import property-set ;
7 import path ;
8
9 exe success : success.cpp ;
10
11 run success : arg1 arg2 : : : success-a ;
12 run success : arg3 arg4 : : : success-b ;
13
14 run post.cpp : : success-a : : post-a ;
15 run post.cpp : : success-b : : post-b ;