()
| 335 | #[case(TESTS[1])] |
| 336 | #[case(TESTS[2])] |
| 337 | fn exec_harness_test_cases() -> Vec<&'static str> { |
| 338 | EXEC_HARNESS_COMMANDS.to_vec() |
| 339 | } |
| 340 | |
| 341 | fn wrap_with_exec_harness( |
| 342 | walltime_args: &exec_harness::walltime::WalltimeExecutionArgs, |
nothing calls this directly
no outgoing calls
no test coverage detected