Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_test.h429 #define Z_TEST(suite, fn, t_options, use_fixture) \ macro
449 #define Z_ZTEST(suite, fn, t_options) Z_TEST(suite, fn, t_options, 0)
450 #define Z_ZTEST_F(suite, fn, t_options) Z_TEST(suite, fn, t_options, 1)