From 814d9e10500b515a22edafa5676f6039ea966e20 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Tue, 30 Jun 2015 17:47:01 -0700 Subject: [PATCH] [test suite] minor comment update --- test/afl/fuzzing-wrappers/client-rc.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/afl/fuzzing-wrappers/client-rc.sh b/test/afl/fuzzing-wrappers/client-rc.sh index 3f92d56a..c5dfa516 100755 --- a/test/afl/fuzzing-wrappers/client-rc.sh +++ b/test/afl/fuzzing-wrappers/client-rc.sh @@ -1,7 +1,12 @@ #!/bin/sh -x # -# Fuzz the fwknop client fwknoprc file +# Fuzz the fwknop client fwknoprc file. This wrapper also has the ability to +# kick of afl-cov to produce code coverage results at the same time. Note that +# CODE_DIR points to the fwknop project code compiled with gcov profiling +# support. +# +# $ AFL_COV=1 CODE_DIR=/path/to/code/fwknop.git ./fuzzing-wrappers/client-rc.sh # . ./fuzzing-wrappers/fcns