"Sakharuk, Vlad (GMI Development)"
Yes, if I remove all lib it does run successfully. I identified that tests run from TinyXML lib (opensource).
I have to link with other libraries because the code I have to test depends on them. I am just creating tast case to narrow down the problem.
I will look in 1.34.o but probably I could not.
I will apriceate any solution how to disable particular testing suit (from TinyXML). I could not physically remove those test from the lib.
Thanks Vlad
This is impossible naturally in current version of Boost.Test. I will look into allowing you to do this in 1.35.0. The only thing you can try to do (in 1.34) is massage master test suite somehow in test module init function. Gennadiy