Changes between Version 11 and Version 12 of BoostRegressionsV2


Ignore:
Timestamp:
Mar 22, 2006, 10:46:09 AM (20 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoostRegressionsV2

    v11 v12  
    11= Running C++ Boost regressions with Boost.Build V2 =
    22
    3 This document described how to run C++ Boost regression tests (using regression.py script), with Boost.Build V2.
     3This document describes how to run C++ Boost regression tests (using regression.py script), with Boost.Build V2.
    44
    55== Configuration ==
     
    1616using msvc : 7.0 : "Z:/Programs/Microsoft Visual Studio/vc98/bin/cl.exe" ;
    1717}}}
     18
     19'''Note''': on windows, use only forward slashes too.
    1820
    1921It's possible to specify additional options to compiler or linker:
     
    4143= Running =
    4244
    43 First of all, make sure you have the version of {{{regression.py}}} from current CVS. To use V2 when running {{{regression.py}}}, just add {{{--v2}}} option. For example, to run tests and uploade results, run:
     45First of all, obtain from CVS the current version of the {{{regression.py}}} script, located in the {{{/home/ghost/Work/boost-rc/tools/regression/xsl_reports/runner}}} directory. To use V2 when running {{{regression.py}}}, just add {{{--v2}}} option. For example, to run tests and uploade results, run:
    4446
    4547{{{
     
    7072
    7173To perform a monitored build, you shouldn't use the {{{--monitored}}} option, but instead use {{{--bjam-options="-l<s>"}}} where {{{s}}} is the number of seconds a task should run before being terminated. For example, {{{--bjam-options="-l600"}}} will terminate any task running over 10 minutes.
     74