Sleds/cppboost/libs/property_tree/test/Jamfile.v2

27 lines
854 B
Plaintext

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