Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract the fuzz-testing tool from nim-eth and move it here #3

Closed
zah opened this issue Feb 22, 2020 · 1 comment
Closed

Extract the fuzz-testing tool from nim-eth and move it here #3

zah opened this issue Feb 22, 2020 · 1 comment
Labels

Comments

@zah
Copy link
Contributor

zah commented Feb 22, 2020

Please review the README here:
https://github.com/status-im/nim-eth/tree/master/tests/fuzzing

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.

@zah
Copy link
Contributor Author

zah commented May 14, 2020

Implemented in #16

@zah zah closed this as completed May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant