[test suite] removed deprecated AFL compile script

This commit is contained in:
Michael Rash
2015-06-09 16:59:20 -07:00
parent 090bda3326
commit e3bf862238
@@ -1,10 +0,0 @@
#!/bin/sh -x
# this is for the fuzzing-wrappers/client-rc.sh script
cd ../../
CC=afl-gcc ./extras/apparmor/configure_args.sh $@
make clean
AFL_HARDEN=1 make
cd test/afl
exit $?