I\'m using Eclipse CDT and Boost.Test(with Boost.Build).
I would like Eclipse to parse output of Boost.Test generated during by run of test suites during build.
Does an
There is also a nice plugin called cdt c/c++ tests runner, which supports Google test, boost test, and qt test.
You can find instructions at the following link:
https://github.com/xgsa/cdt-tests-runner/wiki/Tutorial
I have been using it for a while, and found it efficient and nice. It has features like a JUnit plugin for Java.