mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|