mloskot / qt-creator-plugin-boostbuild

Boost.Build Project Manager Plugin for Qt Creator
GNU Lesser General Public License v2.1
13 stars 8 forks source link

Add parsing of unit tests output #3

Open mloskot opened 10 years ago

mloskot commented 10 years ago

Boost.Build provides support for Testing features. Build output includes indicators of compile-time and run-time tests. The plugin should parse the testing output and at least collect error tasks.

See [Qt-creator] Custom lines formatting in Compile Output where Tobias explains constraints and limitations of formatting in QtC