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

Feature: Add support for Fuzzing in Makefile #50

Open
notsatan opened this issue Oct 23, 2023 · 0 comments
Open

Feature: Add support for Fuzzing in Makefile #50

notsatan opened this issue Oct 23, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@notsatan
Copy link
Owner

Go 1.18 introduced Fuzzing as a method of testing

While there is nothing in the generated template that would interfere with Fuzzing, it would be nice to have an explicit Make flag to run fuzz tests. Can also trigger both normal and fuzz tests within the test-suite flag

This change would also require some minor documentation changes for the fuzz flag

@notsatan notsatan added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant