Contenu principal

Testing on Targets Using Existing Toolchain Setup

Set up communication with target, build and run tests on target

If your tests are authored using the Polyspace® Test™ C/C++ xUnit API, you can build them in your own development environment using an existing toolchain setup and run them on a target board. You can then retrieve the test execution results or code profiling results on your host computer and convert them to a supported format for review in the Polyspace Platform user interface.

System Commands

polyspace-code-profiler(System Command) Profile your source code for calculating C/C++ code coverage, code execution time, and memory use
polyspace-test -monitor(System Command) Monitor execution of C/C++ xUnit tests and retrieve test and code profiling results
polyspace-test -convert(System Command) Convert test or code profiling results to standard Polyspace Test format
polyspace-test -generate(System Command) Generate test registration function from a set of Polyspace Test C/C++ test files

Topics

Test Execution

Code Profiling