fn execute_test_suite_runtime(
path: &Path,
elapsed: &Arc<Mutex<Duration>>,
backend: &JitBackend,
) -> Result<(), TestError>Expand description
Execute a test suite file using the runtime backend.
For each test unit, enqueue JIT compilation via the backend before executing.