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