Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Structure for architecture specific APIs. More...

#include <ztest_test.h>

Data Fields

void(* run_all )(const void *state, bool shuffle, int suite_iter, int case_iter)
 
bool(* should_suite_run )(const void *state, struct ztest_suite_node *suite)
 
bool(* should_test_run )(const char *suite, const char *test)
 

Detailed Description

Structure for architecture specific APIs.

Field Documentation

◆ run_all

void(* ztest_arch_api::run_all) (const void *state, bool shuffle, int suite_iter, int case_iter)

◆ should_suite_run

bool(* ztest_arch_api::should_suite_run) (const void *state, struct ztest_suite_node *suite)

◆ should_test_run

bool(* ztest_arch_api::should_test_run) (const char *suite, const char *test)

The documentation for this struct was generated from the following file: