comparison Makefile @ 20:6b857c4abe66

Add new fuzzers to the list
author Matt Johnston <matt@ucc.asn.au>
date Sun, 07 Mar 2021 15:38:48 +0800
parents 5e4454cc7b17
children
comparison
equal deleted inserted replaced
19:e1aa13f2be49 20:6b857c4abe66
1 FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify 1 FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify \
2 fuzzer-client fuzzer-client_nomaths fuzzer-kexcurve25519 fuzzer-kexdh fuzzer-kexecdh fuzzer-postauth_nomaths
2 3
3 CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS)) 4 CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS))
4 5
5 all: $(CORPUSES) 6 all: $(CORPUSES)
6 7