Lines Matching refs:command
28 #[command(
33 #[command(flatten)]
123 let command = CompileCommand::try_parse_from(vec![ in test_successful_compile() localVariable
131 command.execute()?; in test_successful_compile()
154 let command = CompileCommand::try_parse_from(vec![ in test_x64_flags_compile() localVariable
176 command.execute()?; in test_x64_flags_compile()
191 let command = CompileCommand::try_parse_from(vec![ in test_aarch64_flags_compile() localVariable
205 command.execute()?; in test_aarch64_flags_compile()
220 let command = CompileCommand::try_parse_from(vec![ in test_unsupported_flags_compile() localVariable
230 command.execute().unwrap_err().to_string(), in test_unsupported_flags_compile()
256 let command = CompileCommand::try_parse_from(vec![ in test_x64_presets_compile() localVariable
265 command.execute()?; in test_x64_presets_compile()