|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2004-08-27 07:30:49
Bronek Kozicki <brok_at_[hidden]> writes:
> Markus Schöpflin wrote:
>> I have done a patch for regression.py which adds a new option
>> --test-options'. I needed this to pass options to the actual test
>> run.
>
> is it possible to have similar option, but only for selected toolsets?
> I could use it to run several toolsets together, that use the same
> environment variables:
>
>
> python regression.py --toolset=mingw,mingw-3.4.1 --test-options='mingw
> -sMINGW_ROOT=/mingw' --test-options='mingw-3.4.1
> -sMINGW_ROOT=/mingw341'
Why don't you set up your mingw-3.4.1 toolset to use a different
variable?
{
local MINGW_ROOT = MINGW341_ROOT ;
extends-toolset mingw ;
}
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk