From 625acc6b7c7455b0f7c6ad49f467737ce64b37eb Mon Sep 17 00:00:00 2001 From: Allen Webb Date: Fri, 17 Aug 2018 11:31:39 -0700 Subject: Move fuzzing tests into a fuzz subfolder. BRANCH=none CQ-DEPEND=CL:*664115 BUG=chromium:876582 TEST=make -j buildall && make -j buildfuzztests Change-Id: Iade5e5138f495e6b3b99ec16f1a467861ade5537 Signed-off-by: Allen Webb Reviewed-on: https://chromium-review.googlesource.com/1180179 Reviewed-by: Mattias Nissler Reviewed-by: Nicolas Boichat --- extra/rma_reset/Makefile | 2 +- extra/usb_updater/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/rma_reset/Makefile b/extra/rma_reset/Makefile index d693f6427c..4a640c5b4c 100644 --- a/extra/rma_reset/Makefile +++ b/extra/rma_reset/Makefile @@ -27,7 +27,7 @@ endif # # Add libusb-1.0 required flags # -INCLUDE=-I. -I../../ -I../../test -I../../include -I../../chip/host +INCLUDE=-I. -I../../ -I../../fuzz -I../../test -I../../include -I../../chip/host LIBS += -lcrypto -lssl CFLAGS += ${INCLUDE} STANDALONE_FLAGS=${INCLUDE} -ffreestanding -fno-builtin \ diff --git a/extra/usb_updater/Makefile b/extra/usb_updater/Makefile index e56331f110..01608ae1ea 100644 --- a/extra/usb_updater/Makefile +++ b/extra/usb_updater/Makefile @@ -30,7 +30,7 @@ endif # LIBS += $(shell $(PKG_CONFIG) --libs libusb-1.0) CFLAGS += $(shell $(PKG_CONFIG) --cflags libusb-1.0) -CFLAGS += -I../../include -I../../util -I../../test +CFLAGS += -I../../include -I../../util -I../../fuzz -I../../test BOARD := cr50 LIBS_g = $(shell $(PKG_CONFIG) --libs libcrypto) -- cgit v1.2.1