|
Boost Testing : |
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2005-07-12 06:50:12
Aleksey Gurtovoy writes:
> Beman Dawes writes:
>> If that gets changed to:
>>
>> def bjam_command( toolsets ):
>>
>> # result = '%s "-sBOOST_BUILD_PATH=%s:%s" "-sBOOST_ROOT=%s"'\
>> result = '%s "-sBOOST_BUILD_PATH=%s" "-sBOOST_ROOT=%s"'\
>> % (
>> tool_path( bjam )
>> , regression_root
>> # , os.path.join( boost_root, 'tools/build/v1' )
>> , boost_root
>> )
>>
>> if not toolsets is None:
>> result += ' "-sTOOLS=%s"' % string.join( string.split( toolsets,
>> ',' ), ' ' )
>>
>> return result
>>
>> then the .jam file is found and the problem goes away.
>
> I'm not sure how that could work if your custom toolset just includes
> the one in "tools/build/v1" -- unless the latter directory is somehow
> deduced from $BOOST_ROOT.
And it is. 'regression.py' is now updated accordingly.
Thanks once again,
-- Aleksey Gurtovoy MetaCommunications Engineering