Skip to content

Commit

Permalink
add to readme + rename to VmValidateHarness
Browse files Browse the repository at this point in the history
  • Loading branch information
ravyu-jump committed Oct 11, 2024
1 parent 8e76be6 commit 8480c4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ The harness type should be specified by an environment variable `HARNESS_TYPE` a
- `InstrHarness`
- `TxnHarness`
- `SyscallHarness`
- `ValidateVM`
- `ElfHarness`
- `CpiHarness`
- `VmInterpHarness`
- `VmValidateHarness`
- `ElfLoaderHarness`

`solana-test-suite list-harness-types` will provide the most updated list.


### Data Preparation
Expand Down
2 changes: 1 addition & 1 deletion src/test_suite/fuzz_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
effects_human_encode_fn=syscall_codec.encode_output,
)

ValidateVmHarness = HarnessCtx(
VmValidateHarness = HarnessCtx(
fuzz_fn_name="sol_compat_vm_validate_v1",
fixture_desc=vm_pb.ValidateVmFixture.DESCRIPTOR,
)
Expand Down

0 comments on commit 8480c4a

Please sign in to comment.