Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fuzz: some enhancements (#1827) | Ivan Nardi | 2022-12-10 |
Load some custom configuration (like in the unit tests) and factorize some (fuzzing) common code. There is no way to pass file paths to the fuzzers as parameters. The safe solution seems to be to load them from the process working dir. Anyway, missing file is not a blocking error. Remove some dead code (found looking at the coverage report) |