Lines Matching refs:test_desc_t
27 static test_desc_t *s_unity_tests_first = NULL;
28 static test_desc_t *s_unity_tests_last = NULL;
30 void unity_testcase_register(test_desc_t *desc) in unity_testcase_register()
36 test_desc_t *temp = s_unity_tests_first; in unity_testcase_register()
48 static void print_multiple_function_test_menu(const test_desc_t *test_ms) in print_multiple_function_test_menu()
87 static int multiple_function_option(const test_desc_t *test_ms) in multiple_function_option()
111 static void unity_run_single_test(const test_desc_t *test) in unity_run_single_test()
148 const test_desc_t *test; 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()
222 for (const test_desc_t *test = s_unity_tests_first; in print_test_menu()
260 for (const test_desc_t *test = s_unity_tests_first; in get_test_count()