]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/format/example/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / format / example / Jamfile.v2
1 # Boost.Format Library example Jamfile
2 #
3 # Copyright (c) 2003 Samuel Krempp
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 project libs/format/example
9 : requirements
10 <library>/boost/test//boost_test_exec_monitor/<link>static
11 ;
12
13 import testing ;
14
15 test-suite "format-examples"
16 : [ run sample_advanced.cpp ]
17 [ run sample_formats.cpp ]
18 [ run sample_new_features.cpp ]
19 [ run sample_userType.cpp ]
20 ;
21