$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2005-01-22 10:29:13
On Sat, 22 Jan 2005 12:44:43 +0100
"Andreas Huber" <ahd6974-spamgroupstrap_at_[hidden]> wrote:
> How do you want to integrate? Do you want to run your tests as a part
> of all the other tests? I wouldn't know how to do that but I think you
>
> don't need to if you want to prepare a submission. IMO, all that's
> necessary is that your tests and examples build/run from their
> respective subdirectories.
Basically, I would like to build tests so that they do the "right" thing
w.r.t. all other boost tests.
I would like to be able to run from the top, with all tests, and also
stand alone. I would also like it to integrate properly with the
command line options and so on, but I am beginning to think that none of
the tests can do this as it is...