$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-01-15 16:40:16
Beman Dawes wrote:
> John Maddock in his directory_structure proposal suggests "tests".
>
> He is assuming there will be subdirectories eventually.
John Maddock's proposal says
Boost-root/tests/library-name/ All test programs for "library-name".
These may be either: a single (multi-file) test program, multiple
single file test programs, or multiple sub-directories (one for each
test program).
This separates the tests from the implementation in src/ rather
rigidly (I don't like that, but that's another topic), and it's
organized by library name. This does not seem to be an obvious
candidate for test results (cross-library) to me.
Jens Maurer