|
Boost-Build : |
Subject: Re: [Boost-build] How to rerun unit test hierarchically ?
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-09-14 05:03:00
On Thursday 10 September 2009 Avi Bahra wrote:
> bjam has a facility called unit-test which runs the test straight away
>
> Is there any way to re-run the unit test hierarchically ?
> I would like do something akin to:
> bjam unit-test
Avi,
this is not presently possible. I'd recommend using alias to achieve this
effect, e.g.
alias this-component :
[ unit-test a : a.cpp ] ;
alias unit-tests : this-component some-dir//other-component ;
HTH,
Volodya
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