-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add the unit tests #1
Comments
Corey Converted some examples he made into tests and they've landed. I think they'll be a good example to follow for others that want to add more cases to test the various edge cases of the functions. Thanks @frewsxcv! |
Maybe this information is helpful for someone. There is an AFL adaption to Rust programs available, see https://github.com/frewsxcv/afl.rs. |
Is this still wanted? If so, I would not mind picking it up. Are there any specifics that need testing, or available test vectors? |
In my private branch of ring there are tests for various users of untrusted.rs, but there's no unit tests in this repo. This is the exactly the kind of project that should have 100% code coverage of the highest sort.
The text was updated successfully, but these errors were encountered: