Lines Matching refs:test_cases
420 struct test_case test_cases[] = variable
1048 for (size_t i = 0; test_cases[i].name != NULL; ++i) in do_test()
1051 printf ("info: running test: %s\n", test_cases[i].name); in do_test()
1052 TEST_VERIFY (test_cases[i].conf != NULL); in do_test()
1053 TEST_VERIFY (test_cases[i].expected != NULL); in do_test()
1056 test_cases[i].conf); in do_test()
1058 test_file_contents (&test_cases[i]); in do_test()
1062 if (test_cases[i].conf[0] == '\0') in do_test()
1067 test_file_contents (&test_cases[i]); in do_test()
1072 test_file_contents (&test_cases[i]); in do_test()
1079 test_file_contents (&test_cases[i]); in do_test()