Both C++test standalone and the C++test Eclipse plugin allow C++test to be used with Texas Instruments Code Composer Studio v3.1 and 3.3—no special integration is required.
C++test doesn't actually "integrate" with the Texas Instruments Code Composer Studio development environment; rather, it is preconfigured to support Texas Instruments Code Composer Studio’s set of compilers, allow C++test projects to use these compilers, and allow complete Texas Instruments Code Composer Studio projects to be imported into the C++test workspace.
The following compiler/environment versions are supported:
Code Composer Studio v4 is also supported —see Texas Instruments Code Composer Studio (Eclipse) Plugin for details. |
The following components are provided to facilitate testing Texas Instruments Code Composer projects:
A suitable environment needs to be setup for compiler executable execution. The recommended practice is to use the DosRun.bat file that is provided with the Code Composer distribution. Typically, this file is located in main directory of Code Composer distribution.
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.