10 May
2009
10 May
'09
9:02 a.m.
What library needs to be built?
static or dynamic. http://www.boost.org/doc/libs/1_39_0/libs/test/doc/html/utf/compilation.html
Also, how is the order of the test suite enforced?
It's not. Whatever order compiler/linker choose to execute static objects construction, that is the one you end up seeing. You can run specific test suites though and list them in particular order. Gennadiy