pub fn run_program(
    program: &[u8],
    test_up_to: TestUpTo
) -> Result<TestOutput, SimplicityErr>
Expand description

Run a program and return data about it

This is mostly a direct port of run_program in C tests.c.