Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49896 - trunk/libs/property_tree/test
From: daniel_james_at_[hidden]
Date: 2008-11-23 11:56:17


Author: danieljames
Date: 2008-11-23 11:56:16 EST (Sun, 23 Nov 2008)
New Revision: 49896
URL: http://svn.boost.org/trac/boost/changeset/49896

Log:
Add missing tests to Jamfile.
Text files modified:
   trunk/libs/property_tree/test/Jamfile.v2 | 16 ++++++++++++++++
   1 files changed, 16 insertions(+), 0 deletions(-)

Modified: trunk/libs/property_tree/test/Jamfile.v2
==============================================================================
--- trunk/libs/property_tree/test/Jamfile.v2 (original)
+++ trunk/libs/property_tree/test/Jamfile.v2 2008-11-23 11:56:16 EST (Sun, 23 Nov 2008)
@@ -7,4 +7,20 @@
      [ run test_json_parser.cpp ]
      [ run test_ini_parser.cpp ]
      [ run test_xml_parser_rapidxml.cpp ]
+
+ # danieljames: The following tests were previously missing.
+ # I don't know why.
+
+ [ run test_xml_parser_spirit.cpp ]
+ [ run test_multi_module1.cpp test_multi_module2.cpp ]
+ [ run test_registry_parser.cpp ]
+
+ # I think these require external dependencies:
+ #
+ # [ run test_xml_parser_pugxml.cpp ]
+ # [ run test_xml_parser_tinyxml.cpp ]
+
+ # The implementation for this seems to be missing:
+ #
+ # [ run test_cmdline_parser.cpp ]
 ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk