mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:52:45 +01:00
14 lines
279 B
Makefile
14 lines
279 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += nice
|
|
USEMODULE += ps
|
|
USEMODULE += shell
|
|
USEMODULE += shell_cmds_default
|
|
|
|
# Use a terminal that does not introduce extra characters into the stream.
|
|
RIOT_TERMINAL ?= socat
|
|
|
|
APP_SHELL_FMT ?= NONE
|
|
|
|
include $(RIOTBASE)/Makefile.include
|