Searched refs:__fixture_list (Results 1 – 1 of 1) sorted by relevance
792 static struct __fixture_metadata *__fixture_list = &_fixture_global; variable800 __LIST_APPEND(__fixture_list, f); in __register_fixture()1023 for (f = __fixture_list; f; f = f->next) { in test_harness_run()1038 for (f = __fixture_list; f; f = f->next) { in test_harness_run()