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