From 11780f037bb98f68b55a2c3fbe70c28543c7a5f8 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sat, 17 Dec 2016 10:05:49 +0100 Subject: [PATCH] Fixup Makefile of FUZZ test after moving to main lwIP rep --- .gitignore | 2 ++ test/fuzz/Makefile | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0092ea6f..2aa3170e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ /src/apps/snmp/LwipMibCompiler/SharpSnmpLib/obj/ /src/apps/snmp/LwipMibCompiler/LwipMibCompiler.userprefs /src/apps/snmp/LwipMibCompiler/*.suo +/test/fuzz/output +/test/lwip_fuzz diff --git a/test/fuzz/Makefile b/test/fuzz/Makefile index bc12ca97..834c078b 100644 --- a/test/fuzz/Makefile +++ b/test/fuzz/Makefile @@ -32,7 +32,9 @@ all compile: lwip_fuzz .PHONY: all clean -include ../Common.mk +CONTRIBDIR=../../../lwip-contrib + +include $(CONTRIBDIR)/ports/unix/Common.mk CC=afl-gcc LDFLAGS:=$(LDFLAGS) -lm