This topic provides information about integrating C/C++test with Texas Instruments Code Composer Studio.
The C/C++test plugin is integrated with Code Composer Studio Eclipse IDE by means of the standard Eclipse plugin installation mechanism; see Installing C/C++test as a Plugin for details.
The following components are provided to facilitate testing Texas Instruments Code Composer projects:
See IDE Support for information about Texas Instruments Code Composer Studio versions supported by C/C++test.
Depending on the runtime testing features included in the test executable, the prepared test binary may be significantly larger than the original application. On some limited environments, there may be an issue with the amount of available program memory. A similar limitation applies to the additional consumption of heap and stack memory during program execution. To solve this problem, you may need to modify the program layout in the memory and change the size of available stack/heap.