31 May
2015
31 May
'15
10:18 p.m.
I'm running Boost 1_58_0 on Windows 7.1, 64-bit, with MinGW 4.9.2, 64-bit. I've just started writing tests for my project and have one test suite working. I'm using BOOST_AUTO_TEST_CASE and BOOST_AUTO_TEST_SUITE. There will be many more test suites to come. They are not LOGICALLY dependent on each other, but if some fail, the other tests will be a waste of time. Therefore, I would like to be able to specify the order in which they are run. Is there a way to do that, or does choosing BOOST_AUTO_TEST_SUITE take it all out of my hands? Merrill Cornish