Thanks for the reply.
bq. lijo: There are a couple of limitations to your approach:
This requires tests to run as part of the build system (otherwise the compiler output parsers are not active)For me running unit tests after each build is more important. If this happens smoothly, I would not have to run the unit tests manually at all.
bq.
This assumes a GCC based compiler, MSVC, Clang and others have very different output formatsI think any one who has access to the unit test framework source code can easily tweak its output to their compiler specified format.
Event though limited, this approach works very well for my purpose as of now. If I get into any trouble with that, I will definitely check out tasklist :-)