fn execute_test_suite_compiled( path: &Path, elapsed: &Arc<Mutex<Duration>>, cache: &CompileCache, ) -> Result<(), TestError>
Execute a single test suite file, compiling all contracts before execution.