Searched refs:test_cases (Results 1 – 1 of 1) sorted by relevance
45 static struct test_case test_cases[] = variable102 for (size_t i = 0; i < array_length (test_cases); ++i) in do_test()103 fprintf (fp, "%s\n", test_cases[i].line); in do_test()112 for (size_t i = 0; i < array_length (test_cases); ++i) in do_test()114 if (test_cases[i].expected.mnt_type == NULL) in do_test()122 TEST_COMPARE_STRING (test_cases[i].expected.mnt_fsname, me.mnt_fsname); in do_test()123 TEST_COMPARE_STRING (test_cases[i].expected.mnt_dir, me.mnt_dir); in do_test()124 TEST_COMPARE_STRING (test_cases[i].expected.mnt_type, me.mnt_type); in do_test()125 TEST_COMPARE_STRING (test_cases[i].expected.mnt_opts, me.mnt_opts); in do_test()126 TEST_COMPARE (test_cases[i].expected.mnt_freq, me.mnt_freq); in do_test()[all …]
Completed in 4 milliseconds