changeset 40090:a66594c5fad4

fuzz: allow manifest fuzzer to detect leaks Huzzah! Differential Revision: https://phab.mercurial-scm.org/D4907
author Augie Fackler <augie@google.com>
date Mon, 08 Oct 2018 11:50:25 -0400
parents 3418f83c8874
children c36846abbcd3
files contrib/fuzz/Makefile contrib/fuzz/manifest_fuzzer.options
diffstat 2 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/fuzz/Makefile	Mon Oct 08 11:47:25 2018 -0400
+++ b/contrib/fuzz/Makefile	Mon Oct 08 11:50:25 2018 -0400
@@ -117,15 +117,12 @@
 manifest_corpus.zip:
 	python manifest_corpus.py $$OUT/manifest_fuzzer_seed_corpus.zip
 
-copy_options:
-	cp *.options $$OUT
-
 clean:
 	$(RM) *.o *_fuzzer \
 	  bdiff \
 	  mpatch \
 	  xdiff
 
-oss-fuzz: bdiff_fuzzer mpatch_fuzzer mpatch_corpus.zip xdiff_fuzzer manifest_fuzzer manifest_corpus.zip copy_options
+oss-fuzz: bdiff_fuzzer mpatch_fuzzer mpatch_corpus.zip xdiff_fuzzer manifest_fuzzer manifest_corpus.zip
 
-.PHONY: all clean oss-fuzz sanpy copy_options
+.PHONY: all clean oss-fuzz sanpy
--- a/contrib/fuzz/manifest_fuzzer.options	Mon Oct 08 11:47:25 2018 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-[libfuzzer]
-detect_leaks = 0