[test suite] minor comment update to mention afl-cov

This commit is contained in:
Michael Rash 2015-05-30 18:35:10 -07:00
parent 0388baa665
commit eed3dc8ad2

View File

@ -4,7 +4,9 @@
# purpose of this is to allow the generated fuzzing corpus under an AFL # 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 # 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 # 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 ../../ cd ../../