Boost logo

Boost Testing :

From: John Maddock (john_at_[hidden])
Date: 2005-01-10 08:04:25


> Just to make sure you don't wait for 'regression.py' to download and
> unpack a tarball on every such iteration: the script allows you to
> execute any particular step of the regression process by itself.
> Specifically, once the tarball has been downloaded and unpacked, you
> can initiate bjam/process_jam_log build step directly, over and over
> again, as many times as you need, by simply saying
>
> python regression.py setup --toolsets=cw-9_3-darwin
> ^^^^^

And also, if you are just trying to get the toolset working still, I would
pick a really simple program first - and just try and build that, for
example cd into libs/config/test and try:

bjam config_info

and when that works,

bjam config_test

and only then try running the whole lot.

John.


Boost-testing list run by mbergal at meta-comm.com