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
use
statements intotrident-tests/fuzz_tests/<FUZZ_TEST_NAME>/accounts_snapshots.rs
to import missing types.