fuzz: Add fuzzing boilerplate

This commit is contained in:
Tobias Brunner
2017-05-23 18:29:11 +02:00
parent 4d0795bcef
commit 157742be7d
6 changed files with 75 additions and 8 deletions
+4
View File
@@ -1,5 +1,9 @@
SUBDIRS = src man conf init testing
if USE_FUZZING
SUBDIRS += fuzz
endif
if USE_SCRIPTS
SUBDIRS += scripts
endif