]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/format/test/Jamfile.v2
update sources to v12.2.3
[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
b32b8144
FG
8project libs/format/test
9 : requirements
7c673cae
FG
10 <library>/boost/test//boost_test_exec_monitor/<link>static
11 ;
12
13import testing ;
7c673cae
FG
14
15test-suite "format"
16 : [ run format_test1.cpp ]
b32b8144 17 [ run format_test1.cpp : : : <toolset>msvc:<cxxflags>"/FIWindows.h" : format_test1_windows_h ]
7c673cae 18 [ run format_test2.cpp ]
b32b8144 19 [ run format_test2.cpp : : : <toolset>msvc:<cxxflags>"/FIWindows.h" : format_test2_windows_h ]
7c673cae 20 [ run format_test3.cpp ]
b32b8144
FG
21 [ run format_test3.cpp : : : <toolset>msvc:<cxxflags>"/FIWindows.h" : format_test3_windows_h ]
22 [ run format_test_enum.cpp : : : <toolset>clang:<cxxflags>-Wno-unnamed-type-template-args ]
23 [ run format_test_exceptions.cpp ]
7c673cae 24 [ run format_test_wstring.cpp ]
b32b8144 25 ;
7c673cae 26