Function run_exec_test

Source
pub fn run_exec_test(
    _state: &mut EiteState,
    _test_name: &str,
    _ticks_needed: i32,
    _verbose: bool,
) -> Result<()>
Expand description

Translate of JS runExecTest.

Placeholder until the rest of the execution harness (document loading) is wired in. Provided for structural fidelity.