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

restore fuzz harness #1246

Merged
merged 3 commits into from
Jun 21, 2022
Merged

restore fuzz harness #1246

merged 3 commits into from
Jun 21, 2022

Conversation

evanrichter
Copy link
Contributor

the current fuzz harness is out of date and wouldn't build, so I updated it back to working.

I used the normal cargo fuzz init template, then changed some of the crate visibility rules gated by cfg(fuzzing)

now, for fuzzing, you can just use cargo fuzz from the top directory: cargo fuzz run compile ("compile" is the name of the harness, because the harness compiles a JustFile from plaintext)

@casey
Copy link
Owner

casey commented Jun 21, 2022

Nice, looks great!

@casey casey closed this Jun 21, 2022
@casey casey reopened this Jun 21, 2022
@casey
Copy link
Owner

casey commented Jun 21, 2022

Whoops, meant to merge, not close 😅

@casey casey enabled auto-merge (squash) June 21, 2022 02:13
@casey casey merged commit eef0138 into casey:master Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants