Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-01-29 01:48:02


On Wednesday 16 January 2008 07:46:46 Khassapov, Alex wrote:

> for local t in $(test-files)
>
> {
>
> unit-test $(t) : $(t).cpp $(name) ;
>
> explicit $(t) ;
>
> test-targets += $(t) ;
>
> }
>
>
>
> But then how do I declare a single "check" target for "test-targets"?
> And is it the best way to handle multiple tests?

        alias check : $(target-targets) ;

- 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