Searched refs:cur_test_id (Results 1 – 2 of 2) sorted by relevance
25 char *cur_test_id = NULL; variable281 if (cur_test_id) in test_begin()282 free(cur_test_id); in test_begin()283 cur_test_id = strdup(func); in test_begin()284 if (!cur_test_id) in test_begin()293 printf("%-70s %s\n", cur_test_id, "passed"); in success()294 free(cur_test_id); in success()295 cur_test_id = NULL; in success()
43 extern char *cur_test_id;