-
Notifications
You must be signed in to change notification settings - Fork 8
Running cargo test executes 0 test #11
Comments
I'll document how to run the fuzz targets and ping you on the PR. I wish it were as straightforward as |
Your readme made it seem that easy! I would love to help improve the safety guarantees of Rust. |
That's my fault, yeah. I neglected to update the README. A while back I transitioned away from QuickCheck to experiment with a model driven fuzzer, approach outlined here: https://blog.troutwine.us/2018/10/08/hunting-for-bugs-in-rust/ I never updated the README. Will correct. |
What I would actually like to test is |
Yes that is the blog post I found. I stumbled on this project earlier but it regained my attention! |
Hello @ReinierMaas, in support of #15 I've adapted the project to the use of cargo-fuzz. I've updated the readme with running instructions and it should be easy again to run individual tests. Sadly |
I thought to run the
cargo test
command but no test are actually executed.latest stable: rustc 1.30.0 & cargo 1.30
The text was updated successfully, but these errors were encountered: