
15 Feb
2008
15 Feb
'08
9:33 a.m.
Gennadiy Rozental wrote:
Markus Schöpflin <markus.schoepflin <at> comsoft.de> writes:
[...]
AFAICT this would require to somehow integrate the main event loop of the respective GUI framework with the main loop of boost test, but I'm at a loss how this could be accomplished.
Use DLL version of the Boost.Test and you can implement your own main and invoke Boost.Test runner from it.
Thank you, I'll try and see if this gets me anywhere. Markus