Boost logo

Boost-Build :

From: Artem Alimarine (artem_at_[hidden])
Date: 2006-08-10 06:51:09


Thank you for the example.

Kevin Wheatley wrote:
> run-tests [ glob tests/*_tests.cpp ]
> : mylib
> :
> ;
>
> lib mylib : [ glob src/*.cpp ] ;

Do you build executables like
        exe myexe : mysrc.cpp mylib ;
?

As far as I understand, if I type "bjam --v2 myexe" in the command line,
and mylib has to be rebuilt, the tests are not invoked. I want to
enforce authomatic testing for every rebuild.


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