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

tests/memarray: Drop bogus dependency

There is no need for shell commands if there is no shell.
This commit is contained in:
Marian Buschsieweke 2023-04-19 12:22:11 +02:00
parent 812c216f0c
commit 5e28ec5a63
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -1,8 +1,6 @@
include ../Makefile.tests_common
USEMODULE += memarray
# Used for invoking _ps_handler
USEMODULE += shell_cmds_default
USEMODULE += ps
include $(RIOTBASE)/Makefile.include