Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2003-01-06 18:34:59


Beman Dawes <bdawes_at_[hidden]> writes:

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

There's nothing off-the-wall about it; he did a beautiful job.
I just fixed up the test system to report all source files that are
below the project root as relative to that root. It was hard; I hope
you appreciate it ;-)

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

You're welcome!

-- 
David Abrahams
dave_at_[hidden] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk