1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:12:45 +01:00

makefiles: Add the fuzzing/ directory to APPLICATION_DIRS

This should ensure that fuzzing applications are build by the CI.
This commit is contained in:
Sören Tempel 2020-04-17 15:46:21 +02:00
parent 830479ece5
commit 24d71f9d15

View File

@ -8,6 +8,7 @@ RIOTBASE ?= .
# 3. use patsubst to drop possible leading "./"
# 4. sort
APPLICATION_DIRS := $(sort $(patsubst ./%,%,$(patsubst %/,%,$(dir $(wildcard \
$(RIOTBASE)/fuzzing/*/Makefile \
$(RIOTBASE)/bootloaders/*/Makefile \
$(RIOTBASE)/examples/*/Makefile \
$(RIOTBASE)/tests/*/Makefile \