From eed3dc8ad220d7430f57dbf35a89ae9cabcbf31c Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sat, 30 May 2015 18:35:10 -0700 Subject: [PATCH] [test suite] minor comment update to mention afl-cov --- test/afl/compile/afl-compile-code-coverage.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/afl/compile/afl-compile-code-coverage.sh b/test/afl/compile/afl-compile-code-coverage.sh index 17bb9a92..812d329c 100755 --- a/test/afl/compile/afl-compile-code-coverage.sh +++ b/test/afl/compile/afl-compile-code-coverage.sh @@ -4,7 +4,9 @@ # purpose of this is to allow the generated fuzzing corpus under an AFL # fuzzing run to be sent back through the fwknop code to see which # functions/lines were executed by AFL. This can be used to help tune the -# original test case inputs. +# original test case inputs. A main consumer of fwknop compiled in this way +# is the afl-cov project (https://github.com/mrash/afl-cov/) which shows code +# coverage achieved by test inputs. # cd ../../