File tree 1 file changed +14
-10
lines changed
1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,18 @@ project
15
15
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
16
16
;
17
17
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 ;
26
25
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 ;
You can’t perform that action at this time.
0 commit comments