Searched refs:use_fixture (Results 1 – 1 of 1) sorted by relevance
429 #define Z_TEST(suite, fn, t_options, use_fixture) \ argument433 COND_CODE_1(use_fixture, (struct suite##_fixture *fixture), (void))); \443 COND_CODE_1(use_fixture, (suite##_##fn((struct suite##_fixture *)wrapper_data);), \447 COND_CODE_1(use_fixture, (struct suite##_fixture *fixture), (void)))