Edgewall Software

Changes between Version 11 and Version 12 of Boost Test


Ignore:
Timestamp:
Feb 28, 2013, 11:33:02 PM (11 years ago)
Author:
anonymous
Comment:

Update command-line syntax for recent boost version

Legend:

Unmodified
Added
Removed
Modified
  • Boost Test

    v11 v12  
    1414{{{
    1515run_tests --report_format=XML --report_level=detailed
     16}}}
     17
     18Or for more recent versions of boost (tested with 1.41):
     19
     20{{{
     21run_tests --log_format=XML
    1622}}}
    1723