
On 02/01/2010 12:38 AM, vicente.botet wrote:
----- Original Message ----- From: "Andrey Semashev"<andrey.semashev@gmail.com> To:<boost@lists.boost.org> Sent: Sunday, January 31, 2010 9:35 PM Subject: Re: [boost] [log] Release Candidate 4 released
On 01/31/2010 10:03 PM, vicente.botet wrote:
if I build with threading=single there are a lot of errors. So maybe you could include different files in the library depending on this feature and execute only the tests that could be run.
What build errors do you get? BTW, if you get errors in compiling examples for single-threaded environment, that's expected.
I guess you mean examples for multi-threaded environment. When I request to test the library for a single-thread environement, I expect the library compiles and run tests that have a sense only on single-threaded environement. I don't know if you can make explicit which tests must be run when threading=single and when threading=multi with bjam, but IMHO this should be a must.
Oh, I see. I made examples to be built during testing. I'll look into it.