]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/property_map/example/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / property_map / example / Jamfile.v2
1 # Boost.PropertyMap Library example Jamfile
2 #
3 # Copyright (c) 2018 James E. King III
4 #
5 # Distributed under the Boost Software License, Version 1.0. (See accompany-
6 # ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
8 import testing ;
9
10 test-suite "property_map-examples"
11 : [ run compose_property_map_example.cpp ]
12 [ run example1.cpp ]
13 [ run example2.cpp ]
14 [ run example3.cpp ]
15 ;
16