Searched refs:g_test_infos_tail (Results 1 – 1 of 1) sorted by relevance
18 TestInfo** g_test_infos_tail; variable168 if (g_test_infos_tail == NULL) in RegisterTest()169 g_test_infos_tail = &g_test_infos; in RegisterTest()177 *g_test_infos_tail = info; in RegisterTest()178 g_test_infos_tail = &info->next; in RegisterTest()