Skip to content

Commit 293bbc5

Browse files
committed
Update test/Jamfile
1 parent ca087e0 commit 293bbc5

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

test/Jamfile.v2

+14-10
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@ project
1515
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
1616
;
1717

18-
test-suite "property_tree"
19-
: [ run test_property_tree.cpp /boost/serialization//boost_serialization ]
20-
[ run test_rapidxml.cpp ]
21-
[ run test_info_parser.cpp ]
22-
[ run test_json_parser.cpp ]
23-
[ run test_json_parser2.cpp ]
24-
[ run test_ini_parser.cpp ]
25-
[ run test_xml_parser_rapidxml.cpp ]
18+
run test_property_tree.cpp /boost/serialization//boost_serialization ;
19+
run test_rapidxml.cpp ;
20+
run test_info_parser.cpp ;
21+
run test_json_parser.cpp ;
22+
run test_json_parser2.cpp ;
23+
run test_ini_parser.cpp ;
24+
run test_xml_parser_rapidxml.cpp ;
2625

27-
[ run test_multi_module1.cpp test_multi_module2.cpp ]
28-
;
26+
run test_multi_module1.cpp test_multi_module2.cpp ;
27+
28+
compile ../examples/custom_data_type.cpp ;
29+
compile ../examples/debug_settings.cpp ;
30+
compile ../examples/empty_ptree_trick.cpp ;
31+
compile ../examples/info_grammar_spirit.cpp ;
32+
compile ../examples/speed_test.cpp ;

0 commit comments

Comments
 (0)