blob: 28ea4700a9763dcf65b13f79ec015b278e89ba48 [file] [log] [blame]
# Boost.PropertyTree
#
# Copyright (c) 2009 Sebastian Redl
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# bring in rules for testing
import testing ;
test-suite "property_tree"
: [ run test_property_tree.cpp /boost/serialization//boost_serialization ]
[ run test_info_parser.cpp ]
[ run test_json_parser.cpp ]
[ run test_ini_parser.cpp ]
[ run test_xml_parser_rapidxml.cpp ]
[ run test_multi_module1.cpp test_multi_module2.cpp ]
#[ run test_registry_parser.cpp ]
;