First Steps#
At the current development stage, there are some manual steps required to make your fuzz test compile:
- Add dependencies specific to your program to 
trident-tests/fuzz_tests/Cargo.toml(such as anchor-spl etc.). - Add necessary 
usestatements intotrident-tests/fuzz_tests/<FUZZ_TEST_NAME>/accounts_snapshots.rsto import missing types.