Skip to content

Commit

Permalink
add Interpreter harness (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravyu-jump authored Oct 2, 2024
1 parent 0c54565 commit d92f340
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test_suite/fuzz_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
effects_human_encode_fn=syscall_codec.encode_output,
)

InterpHarness = HarnessCtx(
fuzz_fn_name="sol_compat_vm_interp_v1",
fixture_desc=vm_pb.SyscallFixture.DESCRIPTOR,
effects_human_encode_fn=syscall_codec.encode_output,
)

ValidateVM = HarnessCtx(
fuzz_fn_name="sol_compat_vm_validate_v1",
fixture_desc=vm_pb.ValidateVmFixture.DESCRIPTOR,
Expand Down

0 comments on commit d92f340

Please sign in to comment.