|
Boost-Build : |
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2007-11-09 07:59:49
Vladimir Prus skrev:
> Thorsten Ottosen wrote:
>
>> Dear all,
>>
>> The headline pretty much says it all. I'm having a project with a number
>> of unit-tests, but I sometimes want to run the exe again, even though I
>> have not touched the sources. Is there an easy way to force that behavior?
>
> bjam --clean target
> bjam target
>
> The --clean option is supposed to only remove files that directly belong to 'target',
> and not any dependency libraries that will take long time to recompile.
Well, my problem is even simpler than that: I merely want to run the
test again (it might depend on some randomness, or I want to look at the
results again; the results could be timing information).
I guess I can simply add
BOOST_CHECK( false && "enable test to be rerun" );
Thanks anyway
-Thorsten
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk