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:
parent
830479ece5
commit
24d71f9d15
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user