]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/property_tree/test/Jamfile.v2
add subtree-ish sources for 12.0.3
[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_info_parser.cpp ]
21 [ run test_json_parser.cpp ]
22 [ run test_json_parser2.cpp /boost/test//boost_unit_test_framework ]
23 [ run test_ini_parser.cpp ]
24 [ run test_xml_parser_rapidxml.cpp ]
25
26 [ run test_multi_module1.cpp test_multi_module2.cpp ]
27 ;