We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3e885 commit f2f4173Copy full SHA for f2f4173
test/test-gcc-plugin.sh
@@ -81,7 +81,7 @@ test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && {
81
82
# now for the special gcc_plugin things
83
echo foobar.c > instrumentlist.txt
84
- AFL_COMPILER_INSTRUMENT_FILE=instrumentlist.txt ../afl-gcc-fast -o test-compcov test-compcov.c > /dev/null 2>&1
+ AFL_GCC_INSTRUMENT_FILE=instrumentlist.txt ../afl-gcc-fast -o test-compcov test-compcov.c > /dev/null 2>&1
85
test -x test-compcov && test_compcov_binary_functionality ./test-compcov && {
86
echo 1 | AFL_QUIET=1 ../afl-showmap -m ${MEM_LIMIT} -o - -r -- ./test-compcov 2>&1 | grep -q "Captured 0 tuples" && {
87
$ECHO "$GREEN[+] gcc_plugin instrumentlist feature works correctly"
0 commit comments