Re: [boost] Regression test program compiler_status slightly modified...

2003-01-03 Thread Beman Dawes
At 11:57 PM 1/2/2003, Douglas Gregor wrote: >I've (slightly) modified the compiler_status program to search >boost/status/testsuites.jam in addition to boost/status/Jamfile when trying >to determine the type of a test. I think this will fix the problems with >the testsuites generated from the Boo

[boost] Regression test program compiler_status slightly modified...

2003-01-02 Thread Douglas Gregor
I've (slightly) modified the compiler_status program to search boost/status/testsuites.jam in addition to boost/status/Jamfile when trying to determine the type of a test. I think this will fix the problems with the testsuites generated from the BoostBook testsuite descriptions. Doug __