This PR refactors and shares oss-fuzz specific test harness code with the afl fuzzer harness. ChangeLog updated.

This commit is contained in:
Bhargava Shastry
2019-01-23 11:06:25 +01:00
parent ea292393a3
commit 24b1de7df0
13 changed files with 377 additions and 218 deletions
+1
View File
@@ -3,6 +3,7 @@ macro(configure_project)
# features
eth_default_option(COVERAGE OFF)
eth_default_option(OSSFUZZ OFF)
# components
eth_default_option(TESTS ON)