Adds support to afl fuzzer in the build system

This commit is contained in:
Felipe Zimmerle
2015-12-22 19:21:57 -03:00
parent 7cebc632e4
commit c2d9a153cb
7 changed files with 370 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ benchmark_LDADD = \
benchmark_CPPFLAGS = \
-std=c++11 \
-I$(top_builddir)/headers \
$(GLOBAL_CPPFLAGS) \
$(PCRE_CFLAGS)