[][src]Function solana_libra_language_e2e_tests::compile_and_execute

pub fn compile_and_execute(
    program: &str,
    args: Vec<TransactionArgument>
) -> VMResult<()>

Compiles a program with the given arguments and executes it in the VM.