
12 Sep
2005
12 Sep
'05
11:06 p.m.
"David Abrahams" <dave@boost-consulting.com> wrote
"Arkadiy Vertleyb" <vertleyb@hotmail.com> 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