# 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 : : : _SCL_SECURE_NO_WARNINGS=1 ] [ run test_info_parser.cpp : : : _SCL_SECURE_NO_WARNINGS=1 ] [ run test_json_parser.cpp : : : _SCL_SECURE_NO_WARNINGS=1 ] [ run test_ini_parser.cpp : : : _SCL_SECURE_NO_WARNINGS=1 ] [ run test_xml_parser_rapidxml.cpp : : : _SCL_SECURE_NO_WARNINGS=1 ] [ run test_multi_module1.cpp test_multi_module2.cpp : : : _SCL_SECURE_NO_WARNINGS=1 ] ;