This section covers both Unit Testing and Application Monitoring.
Before using C++test test configurations dedicated to work with TASKING standalone debugger dbgtc, adjust them as follows:
dbgtc.exe
) to the PATH environment variable—or modify the test configuration's "Test execution flow" by changing the test flow step with id "run_tests" to reference the debugger executable by a full path.dbgtc.exe
debugger may require a .dcf configuration file. When a .dcf configuration file is necessary, the configuration should be passed to dbgtc.exe
through its -c
option. Users may adjust the appropriate test execution flow property in the Execution tab for built-in test configurations.The following test configuration is provided to facilitate the unit testing process:
Embedded Systems> Altium> Run Altium TASKING CTC Tests
To run unit testing on the target or a simulator:
C++test does not support direct Test Cases debugging for this environment. Use appropriate Debug/Launch Configuration for your original/tested project to load Test Executable and set breakpoints on wanted Test Cases manually.
The following test configuration is provided to facilitate the application monitoring process:
Embedded Systems> Altium> Run Altium TASKING CTC Application with Mem Monitoring
To run application monitoring on the target: