Searched refs:cur_test_id (Results 1 – 1 of 1) sorted by relevance
23 static char *cur_test_id = NULL; variable270 if (cur_test_id) in test_begin()271 free(cur_test_id); in test_begin()272 cur_test_id = strdup(func); in test_begin()273 if (!cur_test_id) in test_begin()282 printf("%-70s %s\n", cur_test_id, "passed"); in success()283 free(cur_test_id); in success()284 cur_test_id = NULL; in success()