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

Fuzz reuse #8119

Merged
merged 3 commits into from
Sep 3, 2019
Merged

Fuzz reuse #8119

merged 3 commits into from
Sep 3, 2019

Commits on Sep 2, 2019

  1. allow envoy_cc_fuzz_test to be used outside envoy

    this commit allows the envoy_cc_fuzz_test rule to be used when
    pulling in envoy. which can be useful when you're writing filters
    for envoy, and want to reuse the fuzzing architecture envoy has
    already built. other rules already allow for this (see envoy_cc_test
    for example).
    
    Signed-off-by: Cynthia Coan <[email protected]>
    Cynthia Coan committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    4679122 View commit details
    Browse the repository at this point in the history
  2. follow formatting of the rest of the file

    Signed-off-by: Cynthia Coan <[email protected]>
    Cynthia Coan committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    cc56664 View commit details
    Browse the repository at this point in the history
  3. fix format, again

    Signed-off-by: Cynthia Coan <[email protected]>
    Cynthia Coan committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    092e5df View commit details
    Browse the repository at this point in the history