C/C++test allows you to run unit tests created in unit testing tools and report results to DTP. The following unit testing tools are currently supported:
- Google Test
- CppUnit
- CppUtest
The functionality consists of two modules:
- a module that extracts and reports unit test case execution results,
- a module which annotates code coverage results to associate test cases with code coverage to evaluate the quality of a particular unit test or collection of tests.
Integrating C/C++test with a testing infrastructure requires minor modifications of the existing test harness code.