Searched refs:test_case (Results 1 – 5 of 5) sorted by relevance
44 struct test_case struct50 static const struct test_case tests[] = argument96 one_test (const struct test_case *test, const char *funcname, in one_test()140 for (const struct test_case *test = tests; test < array_end (tests); ++test) in do_test()
61 struct test_case struct75 free_test_case (struct test_case *t) in free_test_case() argument86 struct test_case *result) in parse_test_case()196 run_test_case (struct test_case *t) in run_test_case()418 struct test_case test_case; in run_test_file() local419 if (!parse_test_case (path, lineno, line, &test_case)) in run_test_file()424 run_test_case (&test_case); in run_test_file()425 free_test_case (&test_case); in run_test_file()
70 struct test_case struct77 static const struct test_case tests[] = argument144 for (const struct test_case *test = tests; test < array_end (tests); ++test) in do_test()
29 struct test_case struct48 check_result (const char *what, const struct test_case *t, int family, in check_result() argument91 run_one_test (const struct test_case *t) in run_one_test()134 const struct test_case test_cases[] =
268 struct test_case struct315 const struct test_case *t;420 struct test_case test_cases[] =730 test_file_contents (const struct test_case *t) in test_file_contents()
Completed in 18 milliseconds