diff options
author | Frederik B <freddy@flashpad> | 2017-05-09 20:07:45 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-15 22:11:40 +0200 |
commit | fd3aa8da0aaa817c14c2d5d7b093d26a82f9752b (patch) | |
tree | cc2d54cc5c5d54929af32f4832b6fa198a2403fc /configure.ac | |
parent | b9ead67e12b4d920ab958bfa8597e10d6fe3dd36 (diff) | |
download | curl-fd3aa8da0aaa817c14c2d5d7b093d26a82f9752b.tar.gz |
fuzz: corpora file structure, initial commit
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 52b074ae0..992feeec7 100644 --- a/configure.ac +++ b/configure.ac @@ -3891,6 +3891,7 @@ AC_CONFIG_FILES([Makefile \ tests/server/Makefile \ tests/libtest/Makefile \ tests/unit/Makefile \ + tests/fuzz/Makefile \ packages/Makefile \ packages/Win32/Makefile \ packages/Win32/cygwin/Makefile \ |