From efeb4a317616b0437a26277945bd300eaffe96d7 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Sun, 27 Aug 2017 15:57:05 +0100 Subject: ossfuzz: moving towards the ideal integration - Start with the basic code from the ossfuzz project. - Rewrite fuzz corpora to be binary files full of Type-Length-Value data, and write a glue layer in the fuzzing function to convert corpora into CURL options. - Have supporting functions to generate corpora from existing tests - Integrate with Makefile.am --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ab8f11cbc..e517ba56e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -210,6 +210,9 @@ test-am: endif +fuzzer: + @(cd tests/fuzz; $(MAKE) all) + examples: @(cd docs/examples; $(MAKE) check) -- cgit v1.2.3