Searched refs:test_cases (Results 1 – 2 of 2) sorted by relevance
420 struct test_case test_cases[] = variable1048 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()[all …]
134 const struct test_case test_cases[] = variable487 for (size_t i = 0; test_cases[i].input != NULL; ++i) in do_test()488 run_one_test (test_cases + i); in do_test()
Completed in 9 milliseconds