pstest_add_report_target
(CMake) Generate XML and HTML reports from test or code profiling results
Since R2025a
Syntax
Description
This function in the Polyspace®
Test™ CMake package creates a target for generating XML or HTML reports from C/C++
test or code profiling results. When you invoke this target, it uses polyspace-test
-report to perform the report generation.
pstest_add_report_target(
creates a target for generating XML or HTML reports from test and code profiling results in
folders target RESULTS_DIRS dir1 dir2 ... dirN REPORTS_DIR reportsDir report_format)dir1 dir2 ... dirN.
pstest_add_report_target(
allows you to specify additional options for customizing the report generation
process.target RESULTS_DIRS dir1 dir2 ... dirN REPORTS_DIR reportsDir report_format [OTHER_ARGS arg1 arg2 ... argN])
Examples
Input Arguments
Version History
Introduced in R2025a