How to process Boost.Test output with Eclipse

后端 未结 3 873
别那么骄傲
别那么骄傲 2020-12-29 13:27

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

3条回答
  •  情话喂你
    2020-12-29 13:32

    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.

提交回复
热议问题