$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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