From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-01-06 17:04:15


Okay, regression tests with subincludes have now been tested. See
http://boost.sourceforge.net/regression-logs/cs-win32-index.html

Two libraries use subincludes. The Filesystem tests reported
correctly. The Test library tests didn't report the library
correctly. That's because the bjam output didn't include the path to the
test file. Most tests look like this:

boost-test(RUN) "crc_test" : "libs/crc\crc_test.cpp"

But the Test library tests are reported like this:

boost-test(RUN_FAIL) "test_exec_fail4" : "test_exec_fail4.cpp"

I would appreciate it if some of the Boost.Build experts would look at
libs/test/test/Jamfile and decide if what Gennadiy has done needs to be
coped with, or is too off-the-wall for regression tests.

Being able to subinclude regression tests is really great! Thanks to Dave
for the help providing enough information for the status reporting to be
able to cope with subincludes.

--Beman