|
Boost Testing : |
Subject: Re: [Boost-testing] rev 60652 seem to have broken regression testing
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-03-18 04:07:58
siliconman wrote:
> I haven't been able to run my regression tests since svn revision
> 60652. "Simplify 'alias' metatarget rule"
> I now get the following errors in my bjam log:
>
> error: Unable to find file or target named
> error: 'builtin_converters_ext'
> error: referred from project at
> error: '../libs/python/test'
I am sorry for breaking things -- apparently, python/test Jamfile made use
of the alias rule in a way that is not tested in Boost.Build tests.
I've reverted the patch for now.
- Volodya