Executing the Fuzz Test#
To execute the fuzz test, navigate to the trident-tests
directory and run the following command to execute the fuzz test using Honggfuzz:
To execute the fuzz test using AFL, run the following command:
Directory Note
Execute fuzz tests from the trident-tests
directory.
Solana Logs
In case you want to see the logs of the fuzzed transactions, prefix the command with TRIDENT_LOG=1
.
For the output reference and additional options such as debugging the found issues, check out Commands.