Searched refs:general_options (Results 1 – 2 of 2) sorted by relevance
146 global_test(const cmdline::options_vector& general_options, in global_test() argument156 cmd_help cmd(&general_options, &mock_commands); in global_test()165 if (!general_options.empty()) { in global_test()198 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local200 global_test(general_options, std::vector< std::string >(), ui); in ATF_TEST_CASE_BODY()209 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local211 general_options.push_back(&flag_a); in ATF_TEST_CASE_BODY()213 general_options.push_back(&flag_c); in ATF_TEST_CASE_BODY()219 global_test(general_options, expected, ui); in ATF_TEST_CASE_BODY()226 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local[all …]
169 const utils::cmdline::options_vector* general_options, in subcommand_help() argument183 const text::table general_table = options_help(*general_options); in subcommand_help()