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

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

This commit is contained in:
Alexandre Abadie 2023-05-10 10:33:33 +02:00
parent cf7ef55b8d
commit 31ac82030e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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