30 Oct
2012
30 Oct
'12
8:34 a.m.
If I make unit tests in different source files, I need to declare a BOOST_AUTO_TEST_SUITE in each one, right? At link time, these appear in some undetermined order. How can I cause them to be run in the desired order instead? —John