Boost logo

Boost-Build :

Subject: Re: [Boost-build] Build only exe using run rule
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-02-16 14:10:49


AMDG

On 2/16/2011 9:43 AM, Nogradi, Chris wrote:
> Is there a way from the command line to specify that only the exe be built (no test run) when using the testing.run rule?
>

Only on Windows. If you have

run test.cpp ;

You can use bjam test.exe. This works because
you can specify building a specific file on the
command line. Unfortunately, the name of the
executable is the same as the name of the main
target, except on Windows.

In Christ,
Steven Watanabe


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