aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzz/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz/Makefile.inc')
-rw-r--r--tests/fuzz/Makefile.inc19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/fuzz/Makefile.inc b/tests/fuzz/Makefile.inc
deleted file mode 100644
index fb6cdb1..0000000
--- a/tests/fuzz/Makefile.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-FUZZPROGS = http11 ftp imap pop3 httpupload http2
-
-http11_SOURCES = curl_fuzzer.c
-http11_CPPFLAGS = $(AM_CPPFLAGS)
-
-ftp_SOURCES = curl_fuzzer.c
-ftp_CPPFLAGS = -DFUZZER_FTP $(AM_CPPFLAGS)
-
-imap_SOURCES = curl_fuzzer.c
-imap_CPPFLAGS = -DFUZZER_IMAP $(AM_CPPFLAGS)
-
-pop3_SOURCES = curl_fuzzer.c
-pop3_CPPFLAGS = -DFUZZER_POP3 $(AM_CPPFLAGS)
-
-httpupload_SOURCES = curl_fuzzer.c
-httpupload_CPPFLAGS = -DFUZZER_HTTP_UPLOAD $(AM_CPPFLAGS)
-
-http2_SOURCES = curl_fuzzer.c
-http2_CPPFLAGS = -DFUZZER_HTTP2 $(AM_CPPFLAGS)