$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-06-20 22:00:39
----- Original Message -----
From: "Rene Rivera" <grafik666_at_[hidden]>
> ----(full)
> >Building multiple exe's and running unit tests with them
>
> I don't use the unit test rules.
See the Jamfile in boost's status directory. That shows some test suites
with tests in various categories. boost/tools/build/testing.jam has
comments describing some of the rules used.
-Dave