Skip to content

Commit

Permalink
Update test/Jamfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 15, 2023
1 parent ca087e0 commit 293bbc5
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@ project
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
;

test-suite "property_tree"
: [ run test_property_tree.cpp /boost/serialization//boost_serialization ]
[ run test_rapidxml.cpp ]
[ run test_info_parser.cpp ]
[ run test_json_parser.cpp ]
[ run test_json_parser2.cpp ]
[ run test_ini_parser.cpp ]
[ run test_xml_parser_rapidxml.cpp ]
run test_property_tree.cpp /boost/serialization//boost_serialization ;
run test_rapidxml.cpp ;
run test_info_parser.cpp ;
run test_json_parser.cpp ;
run test_json_parser2.cpp ;
run test_ini_parser.cpp ;
run test_xml_parser_rapidxml.cpp ;

[ run test_multi_module1.cpp test_multi_module2.cpp ]
;
run test_multi_module1.cpp test_multi_module2.cpp ;

compile ../examples/custom_data_type.cpp ;
compile ../examples/debug_settings.cpp ;
compile ../examples/empty_ptree_trick.cpp ;
compile ../examples/info_grammar_spirit.cpp ;
compile ../examples/speed_test.cpp ;

0 comments on commit 293bbc5

Please sign in to comment.