summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-01-10 10:59:20 -0800
committerGuy Harris <guy@alum.mit.edu>2019-01-10 10:59:20 -0800
commit4bda6bee74ad2afd57670dc6f8c76c51a413bc68 (patch)
tree10ed4dd0acc13aa550de0203861de7bdf2f42a47 /Makefile.in
parenta438e2f2c0c6410464c172e3dc9f6f472d16b06e (diff)
downloadlibpcap-4bda6bee74ad2afd57670dc6f8c76c51a413bc68.tar.gz
Add the fuzz subdirectory of testprogs to the release tarball.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 51d96a3d..2bd22f1a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -377,6 +377,14 @@ EXTRA_DIST = \
testprogs/capturetest.c \
testprogs/filtertest.c \
testprogs/findalldevstest.c \
+ testprogs/fuzz/CMakeLists.txt \
+ testprogs/fuzz/fuzz_both.c \
+ testprogs/fuzz/fuzz_both.options \
+ testprogs/fuzz/fuzz_filter.c \
+ testprogs/fuzz/fuzz_filter.options \
+ testprogs/fuzz/fuzz_pcap.c \
+ testprogs/fuzz/fuzz_pcap.options \
+ testprogs/fuzz/onefile.c \
testprogs/opentest.c \
testprogs/reactivatetest.c \
testprogs/selpolltest.c \