]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/property_tree/test/Jamfile.v2
bump version to 18.2.2-pve1
[ceph.git] / ceph / src / boost / libs / property_tree / test / Jamfile.v2
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
10 import testing ;
11
12 project
13 : requirements
14 <link>static
15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
16 ;
17
18 test-suite "property_tree"
19 : [ run test_property_tree.cpp /boost/serialization//boost_serialization ]
20 [ run test_rapidxml.cpp ]
21 [ run test_info_parser.cpp ]
22 [ run test_json_parser.cpp ]
23 [ run test_json_parser2.cpp ]
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 ;