]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/functional/forward/test/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / functional / forward / test / Jamfile
1
2 # (C) Copyright Tobias Schwinger
3 #
4 # Use modification and distribution are subject to the boost Software License,
5 # Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt).
6
7 import testing ;
8
9 project forward-tests
10 ;
11
12 test-suite functional/forward
13 :
14 [ run forward_adapter.cpp ]
15 [ run lightweight_forward_adapter.cpp ]
16 ;
17