[test suite] add AFL_HARDEN=1 to AFL compilation scripts

This commit is contained in:
Michael Rash 2015-03-07 19:36:23 -08:00
parent 26aceb9db6
commit 745a442f18
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@
cd ../../
CC=afl-gcc ./extras/apparmor/configure_args.sh $@
make clean
make
AFL_HARDEN=1 make
cd test/afl
exit $?

View File

@ -3,6 +3,6 @@
cd ../../
CC=afl-gcc ./extras/apparmor/configure_args.sh --enable-afl-fuzzing $@
make clean
make
AFL_HARDEN=1 make
cd test/afl
exit $?