Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Stats about a ztest suite. More...
#include </home/runner/work/zephyr/zephyr/zephyr/subsys/testsuite/ztest/include/zephyr/ztest_test.h>
Data Fields | |
uint32_t | run_count |
The number of times that the suite ran. | |
uint32_t | skip_count |
The number of times that the suite was skipped. | |
uint32_t | fail_count |
The number of times that the suite failed. |
Stats about a ztest suite.
uint32_t ztest_suite_stats::fail_count |
The number of times that the suite failed.
uint32_t ztest_suite_stats::run_count |
The number of times that the suite ran.
uint32_t ztest_suite_stats::skip_count |
The number of times that the suite was skipped.