Implement basic fuzz testing for the digraph impl

This commit is contained in:
2021-05-24 12:13:21 +02:00
parent f21631bfde
commit 6ef9cb12f8
2 changed files with 34 additions and 0 deletions

View File

@@ -13,3 +13,6 @@ repository = "https://github.com/bertptrs/tracing-mutex"
[dependencies]
lazy_static = "1"
[dev-dependencies]
rand = "0.8"