aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzz/Makefile.inc
blob: fb6cdb11afee826a56fbb4585963a350481f167c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)