changeset 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 e1aa13f2be49
children 1a22de6a6b1a
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Mar 07 14:59:13 2021 +0800
+++ b/Makefile	Sun Mar 07 15:38:48 2021 +0800
@@ -1,4 +1,5 @@
-FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify
+FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify \
+	fuzzer-client fuzzer-client_nomaths fuzzer-kexcurve25519 fuzzer-kexdh fuzzer-kexecdh fuzzer-postauth_nomaths
 
 CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS))