is there a way to detect which tests are inside a boost unit-test binary? The goal would be to present some kind of user interface to select the tests that need to be run. I checked the exports of the dll created with
#define BOOST_TEST_DYN_LINK
but I didn't find anything self-explaining. And the documentation only mentions that you can create sophisticated test runners - but not how.
regards Tobias