Boost logo

Boost :

From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2005-09-12 18:06:10


"David Abrahams" <dave_at_[hidden]> wrote

> "Arkadiy Vertleyb" <vertleyb_at_[hidden]> writes:
>
> > Hi All,
> >
> > Is it possible to use "run" or "link" test types in combination with
more
> > than one source (I need this for ODR testing)?
>
> Yes.
>
> run source1.cpp source2.cpp ... ;
> link source1.cpp source2.cpp ... ;
>
> The exact signatures are:
>
> rule run ( sources + : args * : input-files * : requirements * : name ?
: default-build * : args2 * )
> link ( sources + : requirements * : name ? )
>
> So you can control the test name if you don't want it to be the same
> as the first source.

OK, thanks.

Regards,
Arkadiy


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk