1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/memarray/Makefile
Marian Buschsieweke 5e28ec5a63
tests/memarray: Drop bogus dependency
There is no need for shell commands if there is no shell.
2023-04-19 12:24:54 +02:00

7 lines
110 B
Makefile

include ../Makefile.tests_common
USEMODULE += memarray
USEMODULE += ps
include $(RIOTBASE)/Makefile.include