Thanks Edward,
On 4/29/2011 11:57 AM, Ted Byers wrote:The output usually goes to 'boost/bin.v2'. If you look there, there is a 'lib' subdirectory and for each boost component its own directory under that subdirectory. Look for a subdirectory called 'test' for each component and if you drill down from there for each test you will eventually come to some output files for each test. Look at the file called 'sometest.output' and you will get the output for that test.
I have been using boost for quite a while (for years I used boost
without running any tests other than those I wrote myself), and am now
looking at running the regression tests.
I found the statement: "To run every library's regression tests, run
bjam from Boost's /statusdirectory."
What I haven't found is how to view the results of that testing on my
own machine. I don't know if that is a catastrophic failure of the test
script, or if I just didn't invoke bjam correctly.