]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/property_tree/test/Jamfile.v2
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / property_tree / test / Jamfile.v2
CommitLineData
7c673cae
FG
1# Boost.PropertyTree
2#
3# Copyright (c) 2009 Sebastian Redl
4#
5# Distributed under the Boost Software License, Version 1.0.
6# (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8
9# bring in rules for testing
10import testing ;
11
12project
13 : requirements
14 <link>static
15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
16 ;
17
18test-suite "property_tree"
19 : [ run test_property_tree.cpp /boost/serialization//boost_serialization ]
1e59de90 20 [ run test_rapidxml.cpp ]
7c673cae
FG
21 [ run test_info_parser.cpp ]
22 [ run test_json_parser.cpp ]
1e59de90 23 [ run test_json_parser2.cpp ]
7c673cae
FG
24 [ run test_ini_parser.cpp ]
25 [ run test_xml_parser_rapidxml.cpp ]
26
27 [ run test_multi_module1.cpp test_multi_module2.cpp ]
28;