mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-11 09:40:06 +00:00
move fuzz into test/fuzz
This commit is contained in:
parent
19400c8556
commit
56f846cf74
@ -1 +0,0 @@
|
||||
mcu:SAMD11
|
@ -1 +0,0 @@
|
||||
mcu:SAMD11
|
@ -1 +0,0 @@
|
||||
mcu:SAMD11
|
@ -1,4 +1,4 @@
|
||||
include ../../../tools/top.mk
|
||||
include ../../../../tools/top.mk
|
||||
include ../../make.mk
|
||||
|
||||
INC += \
|
@ -1,4 +1,4 @@
|
||||
include ../../../tools/top.mk
|
||||
include ../../../../tools/top.mk
|
||||
include ../../make.mk
|
||||
|
||||
INC += \
|
@ -1,6 +1,6 @@
|
||||
DEPS_SUBMODULES += lib/lwip
|
||||
|
||||
include ../../../tools/top.mk
|
||||
include ../../../../tools/top.mk
|
||||
include ../../make.mk
|
||||
|
||||
# suppress warning caused by lwip
|
@ -37,7 +37,7 @@ endif
|
||||
#-------------- Source files and compiler flags --------------
|
||||
|
||||
|
||||
INC += $(TOP)/$(FAMILY_PATH)
|
||||
INC += $(TOP)/test
|
||||
|
||||
# Compiler Flags
|
||||
CFLAGS += \
|
@ -40,11 +40,11 @@ SRC_C += \
|
||||
|
||||
# Fuzzers are c++
|
||||
SRC_CXX += \
|
||||
fuzz/dcd_fuzz.cc \
|
||||
fuzz/fuzz.cc \
|
||||
fuzz/msc_fuzz.cc \
|
||||
fuzz/net_fuzz.cc \
|
||||
fuzz/usbd_fuzz.cc
|
||||
test/fuzz/dcd_fuzz.cc \
|
||||
test/fuzz/fuzz.cc \
|
||||
test/fuzz/msc_fuzz.cc \
|
||||
test/fuzz/net_fuzz.cc \
|
||||
test/fuzz/usbd_fuzz.cc
|
||||
|
||||
# TinyUSB stack include
|
||||
INC += $(TOP)/src
|
Loading…
x
Reference in New Issue
Block a user