|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-05-31 09:56:22
On Monday 30 May 2005 01:33, Larry Evans wrote:
> exe test.exe
>
> : test.cpp
>
> ;
>
> unit-test test.test
>
> : test.exe
>
> ;
>
> testing.capture-output test.out
>
> : test.exe
>
> ;
I'd suggest
run-output test.out : test.exe ;
The 'testing.capture-output' is an action, it's not a main target rule.
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2
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