Searched refs:t_options (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_test.h | 409 #define Z_TEST_P(suite, fn, t_options) \ argument 417 .thread_options = t_options, \ 429 #define Z_TEST(suite, fn, t_options, use_fixture) \ argument 438 .thread_options = t_options, \ 449 #define Z_ZTEST(suite, fn, t_options) Z_TEST(suite, fn, t_options, 0) argument 450 #define Z_ZTEST_F(suite, fn, t_options) Z_TEST(suite, fn, t_options, 1) argument
|