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

Refactor Fuzz implementation #536

Merged
merged 2 commits into from
Jan 17, 2022
Merged

Refactor Fuzz implementation #536

merged 2 commits into from
Jan 17, 2022

Commits on Jan 14, 2022

  1. Fuzzing: Initial commit

    Signed-off-by: AdamKorcz <adam@adalogics.com>
    AdamKorcz authored and Paulo Gomes committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7f84416 View commit details
    Browse the repository at this point in the history
  2. Refactor fuzzing

    Structure the fuzz implementation to be closer to what go native will support.
    Add Makefile target to enable smoketesting fuzzers.
    Add smoketest as CI workflow.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    50c043e View commit details
    Browse the repository at this point in the history