You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files fuzz.nims, fuzz_helpers.nim and fuzztest.nim represent a small reusable library for setting up fuzzing tests with AFL and libFuzzer.
The fuzz.nims file is intended for use on the command-line in order to drive the compilation of the test programs being fuzzed. Just like testrunner, it should become an executable installed by this package (or the two executables can be merged).
fuzztest.nim is usually imported in the fuzzing test cases. It should be renamed to testutils/fuzzing.
The text was updated successfully, but these errors were encountered:
Please review the README here:
https://github.com/status-im/nim-eth/tree/master/tests/fuzzing
The files
fuzz.nims
,fuzz_helpers.nim
andfuzztest.nim
represent a small reusable library for setting up fuzzing tests with AFL and libFuzzer.The
fuzz.nims
file is intended for use on the command-line in order to drive the compilation of the test programs being fuzzed. Just liketestrunner
, it should become an executable installed by this package (or the two executables can be merged).fuzztest.nim
is usually imported in the fuzzing test cases. It should be renamed totestutils/fuzzing
.The text was updated successfully, but these errors were encountered: