1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/app_dirs.inc.mk: add tests/pkgs subdirectory

This commit is contained in:
Alexandre Abadie 2023-05-05 10:09:58 +02:00
parent 1fc275a1c7
commit aaf5468082
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -15,6 +15,7 @@ APPLICATION_DIRS := \
examples \
tests \
tests/drivers \
tests/pkg \
#
APPLICATION_DIRS := $(addprefix $(RIOTBASE)/,$(APPLICATION_DIRS))