]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Rename make fuzz to make test-fuzz-corpora
authorNick Mathewson <nickm@torproject.org>
Tue, 14 Feb 2017 23:04:10 +0000 (18:04 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 14 Feb 2017 23:04:10 +0000 (18:04 -0500)
changes/bug21447 [new file with mode: 0644]
doc/HACKING/Fuzzing.md
src/test/fuzz/include.am

diff --git a/changes/bug21447 b/changes/bug21447
new file mode 100644 (file)
index 0000000..c025b92
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor bugfixes (testing):
+    - Rename "make fuzz" to "make test-fuzz-corpora", since it doesn't
+      actually fuzz anything. Fixes bug 21447; bugfix on 0.3.0.3-alpha.
+
index dc232599c8d9808acca3ba8d191d9a5c0d77a91a..16b0b6b000cb0722a035fbc2e239a2dd00adb012 100644 (file)
@@ -6,7 +6,10 @@ Check out fuzzing-corpora, and set TOR_FUZZ_CORPORA to point to the place
 where you checked it out.
 
 To run the fuzzing test cases in a deterministic fashion, use:
-  make fuzz
+      make test-fuzz-corpora
+
+This won't actually fuzz Tor!  It will just run all the fuzz binaries
+on our existing set of testcases for the fuzzer.
 
 
 == Different kinds of fuzzing
index c9c174776953cec871e0590d9037dd63eba230fb..806710879b66e48be5a06422032eed462494d40b 100644 (file)
@@ -246,5 +246,5 @@ noinst_LIBRARIES += $(OSS_FUZZ_FUZZERS)
 oss-fuzz-fuzzers:  oss-fuzz-prereqs $(OSS_FUZZ_FUZZERS)
 fuzzers: $(FUZZERS) $(LIBFUZZER_FUZZERS)
 
-fuzz: $(FUZZERS)
+test-fuzz-corpora: $(FUZZERS)
        $(top_srcdir)/src/test/fuzz_static_testcases.sh