]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/format/test/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / format / test / Jamfile.v2
CommitLineData
7c673cae
FG
1# Boost.Format Library test 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
8project
9 : requirements
10 <library>/boost/test//boost_test_exec_monitor/<link>static
11 ;
12
13import testing ;
14{
15
16test-suite "format"
17 : [ run format_test1.cpp ]
18 [ run format_test2.cpp ]
19 [ run format_test3.cpp ]
20 [ run format_test_wstring.cpp ]
21 [ run format_test_enum.cpp ]
22 ;
23}
24