Searched refs:s_unity_tests_first (Results 1 – 2 of 2) sorted by relevance
27 static test_desc_t *s_unity_tests_first = NULL; variable32 if (!s_unity_tests_first) { in unity_testcase_register()33 s_unity_tests_first = desc; in unity_testcase_register()36 test_desc_t *temp = s_unity_tests_first; in unity_testcase_register()37 s_unity_tests_first = desc; in unity_testcase_register()38 s_unity_tests_first->next = temp; in unity_testcase_register()149 for (test = s_unity_tests_first; test != NULL && index != 0; test = test->next, --index) { in unity_run_single_test_by_index()174 for (const test_desc_t *test = s_unity_tests_first; test != NULL; test = test->next) { in unity_run_test_by_name()183 for (const test_desc_t *test = s_unity_tests_first; test != NULL; test = test->next) { in unity_run_all_tests()199 for (const test_desc_t *test = s_unity_tests_first; test != NULL; test = test->next) { in unity_run_tests_by_tag()[all …]
19172 .bss.s_unity_tests_first