Searched refs:match_stdout (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/pkgconf/tests/ |
| H A D | test-runner.c | 66 pkgconf_test_match_strategy_t match_stdout; member 527 {"MatchStdout", test_keyword_set_match_strategy, offsetof(pkgconf_test_case_t, match_stdout)}, 1140 testcase->match_stdout == MATCH_PARTIAL ? "partial" : "exact"); in annotate_result() 1323 if (!test_match_buffer(testcase->match_stdout, &expected_expanded, &out->o_stdout, "stdout")) in run_test_case() 1348 if (!test_match_buffer(testcase->match_stdout, &file_contents, &out->o_stdout, "stdout (file)")) in run_test_case()
|