Searched refs:general_options (Results 1 – 2 of 2) sorted by relevance
151 global_test(const cmdline::options_vector& general_options, in global_test() argument161 cmd_help cmd(&general_options, &mock_commands); in global_test()168 if (!general_options.empty()) { in global_test()201 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local203 global_test(general_options, std::vector< std::string >(), ui); in ATF_TEST_CASE_BODY()212 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local214 general_options.push_back(&flag_a); in ATF_TEST_CASE_BODY()216 general_options.push_back(&flag_c); in ATF_TEST_CASE_BODY()222 global_test(general_options, expected, ui); in ATF_TEST_CASE_BODY()229 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local[all …]
167 const utils::cmdline::options_vector* general_options, in subcommand_help() argument179 const text::table general_table = options_help(*general_options); in subcommand_help()