Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-01-15 17:26:16


At 10:40 PM 1/15/2001 +0100, Jens Maurer wrote:

>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.

Let's not get into the general directory structure issue (although I agree
with you about separation.)

What I had in mind was a subdirectory for all files related to regression
tests. Currently that would be:

  compiler.cfg
  compiler_status.htm
  cs-beos.html
  cs-irix.html
  cs-linux.html
  cs-tru64.html
  cs-win32.html
  cs-win32.zip
  regression.cfg
  regression.cpp

Possible names:

  regression // my least favorite
  regression-tests
  tests
  compiler-status // my favorite (but I don't care all that much)

Pick one.

--Beman


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