
15 Dec
2005
15 Dec
'05
9:51 a.m.
Gennadiy Rozental wrote:
Hi,
This message should serve as a temporary source of information regarding self registration faculties of Boost.Test. I will include the complete docs in next update.
Forgot this question in my previous posting: Is it possible to create static libraries containing self-registering tests, and still have the tests executed when the library is linked to form an executable / a test runner? For CppUnit, this wasn't possible - at least not portably - as the linker discarded the global registrar objects (as they weren't "used") that were responsible for registering the test suites. // Johan