Using boost 1.33.1 unit tests on Fedora7.
Our code base uses many singletons, so therefore it is not possible to create completely 'clean' unit tests.
What I would like to do is have a test that is executed after all the other tests to make sure the previous tests have tidied up after themselves.
I've tried naming a test suite and the file AAAFinalTest or ZZZFinalTest. But it always appears at the same position. It's probably a link order thing.
Is there any way to force the test to the end?