| 106 | } |
| 107 | |
| 108 | struct ExecutorTarget<'a> { |
| 109 | command: String, |
| 110 | mode: &'a RunnerMode, |
| 111 | label: String, |
| 112 | uses_exec_harness: bool, |
| 113 | } |
| 114 | |
| 115 | // Flatten into (command, mode) run parts |
| 116 | let modes = &self.config.modes; |
nothing calls this directly
no outgoing calls
no test coverage detected