Changes between Version 7 and Version 8 of BoostRegressionsV2


Ignore:
Timestamp:
Mar 10, 2006, 9:58:12 AM (20 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoostRegressionsV2

    v7 v8  
    3232After declaring a toolset version, it's possible to use {{{base_toolset}}}-{{{version}}} to request this toolset when building.
    3333
     34You should also configure the location of Python, for example:
     35{{{
     36using python : 2.3 : C:/Python ;
     37}}}
     38Adjust the version and python root accordingly.
     39
     40
    3441= Running =
    3542
     
    3744
    3845{{{
    39 ./regression.py get-source
    40 ./regression.py setup --v2
    4146./regression.py test --v2 --toolsets=hp_cxx-65_042_tru42
    42 ./regression.py collect-logs --v2
    43 ./regression.py cleanup bin
    4447}}}
    4548
    4649The names of toolsets passed to {{{regression.py}}} are constructed from name base toolset name and version passed to the {{{using}}} rule, separated with dash.
    4750
     51Please also add "-V2" suffix the the runner-id that you normally use, so that it's easy to see that you're using V2.
     52