From e3bf862238a9ca6a8a13b6ecec50c0078fde9301 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Tue, 9 Jun 2015 16:59:20 -0700 Subject: [PATCH] [test suite] removed deprecated AFL compile script --- test/afl/compile/afl-compile-no-enable-arg.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 test/afl/compile/afl-compile-no-enable-arg.sh diff --git a/test/afl/compile/afl-compile-no-enable-arg.sh b/test/afl/compile/afl-compile-no-enable-arg.sh deleted file mode 100755 index aad12571..00000000 --- a/test/afl/compile/afl-compile-no-enable-arg.sh +++ /dev/null @@ -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 $?