$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Zbynek Winkler (zwin_at_[hidden])
Date: 2004-03-13 08:27:48
There is this empty section about creating custom main targets at
http://www.boost.org/tools/build/v2/doc/extending.html#main_target_rules. I've
tried to find something related in the sources but I was not successful :(.
So my question is - how do I create custom main target?
Thanks.
Zbynek
PS. Even rule my-test visible in all Jamfiles would be enough...
rule my-test ( name : sources * )
{
unit-test $(name) : $(sources) /site-config//cppunit /util//testMain ;
}
-- http://zw.matfyz.cz/ http://robotika.cz/ Faculty of Mathematics and Physics, Charles University, Prague, Czech Republic