Home
last modified time | relevance | path

Searched refs:test_report (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_Report.c11 TEST_REPORT test_report; variable
13 #define TAS (&test_report.assertions) /* Total assertions */
159 PRINT(("<tcnt>%d</tcnt>\n", test_report.tests));
160 PRINT(("<exec>%d</exec>\n", test_report.executed));
161 PRINT(("<pass>%d</pass>\n", test_report.passed));
162 PRINT(("<fail>%d</fail>\n", test_report.failed));
163 PRINT(("<warn>%d</warn>\n", test_report.warnings));
170 test_report.tests,
171 test_report.executed,
172 test_report.passed,
[all …]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Test/
Dbuild.py70 …results[0].test_report.write(f"lit-{config.compiler[0]}-{config.optimize[0]}-{config.device[1]}-{t…
77 @matrix_command(test_report=FileReport(f"lit.xml") | JUnitReport())
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Project/
Dbuild.py203 results[0].test_report.write(f"build/CoreValidation-{config_suffix(config)}.junit")
233 @matrix_command(test_report=ConsoleReport() |
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Include/
DCV_Report.h80 extern TEST_REPORT test_report;