From bab20396d78bae48afb5f0e41273eaa48b5029b7 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Thu, 6 Feb 2020 16:02:03 +0100 Subject: [PATCH] [Makefile] add possibility to pass options to afl in crowbar-afl target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d6b917ff4d..55ca1f2af49 100644 --- a/Makefile +++ b/Makefile @@ -1443,7 +1443,7 @@ crowbar-%: tests/crowbar/% crowbar-afl-%: tests/crowbar/% $(MKDIR) tests/crowbar/output-$* - afl-fuzz -i tests/crowbar/input -o tests/crowbar/output-$* $< @@ + afl-fuzz $(AFL_OPTS) -i tests/crowbar/input -o tests/crowbar/output-$* $< @@ ############## # Emacs tags # -- GitLab