|
Boost Testing : |
Subject: Re: [Boost-testing] boost test for dummies
From: Andy Schweitzer (a.schweitzer.grps_at_[hidden])
Date: 2009-06-14 21:23:48
Steven Watanabe wrote:
> AMDG
> Yes, but it's a pain.
Thanks, Wasn't so bad!
It complained about vc8. Switched to vc9, no problem. Is that expected?
It ran for 5 hours on 2GHz Core 2 Duo, 3GB RAM, 5400 rpm disk.
Is 5 hours normal?
> The commands listed under Options allow you to run
> individual steps. I believe, the ones you need are
> cleanup, get-tools, get-source, patch, setup, test, and collect-logs
>
Details:
python run.py --runner=anschweitzer --toolsets=msvc-8.0 cleanup
python run.py --runner=anschweitzer --toolsets=msvc-8.0 get-tools
python run.py --runner=anschweitzer --toolsets=msvc-8.0 get-source
python run.py --runner=anschweitzer --toolsets=msvc-8.0 patch
python run.py --runner=anschweitzer --toolsets=msvc-8.0 setup
python run.py --runner=anschweitzer --toolsets=msvc-8.0 test
that complained about "8.0"... is that expected?
Repeated with vc9:
python run.py --runner=anschweitzer --toolsets=msvc-9.0 test
(that last step took 5 hours)