Boost logo

Boost-Build :

From: klapshin (klapshin_at_[hidden])
Date: 2003-06-23 16:21:58


Hi, Volodya,

> I'm not sure I understand. I plan that the above syntax will create
only two
> symlinks: "hello_debug" and "hello_release" --- "hello_symlink" will
be just
> a name of main target. Also, why should I call symlink rule twice? I
don't
> see any reason yet....

Well I guess I misunderstood your proposition. I thought you were
suggesting to tweak symlink rule to allow <location> feature and use
> > > symlink hello_symlink : hello :
> > > <variant>debug:<location>hello_debug
> > > <variant>release:<location>hello_release
> > > ;
in addition to regular symlink rule which creates 'hello_debug' and
'hello_release' links. But apparently you are about to rewrite
symlink, right? That would be perfect!

Anyways, it is just a convinience tool which would be very nice to
have, but it is not urgent by any means.

BTW, seems to me we don't have any rules for running unit tests in V2,
do we? I've seen in your M4 plan some references to boost.test
integration. Is it going to happen anytime soon? If not, I'll create
my own rule for simple testing, but if test-suite rule is on the way,
I would rather hold off until it is ready.

--Kirill

 


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