1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/shell/Makefile
Kaspar Schleiser 0611be6b1b tests/shell: disable DEVELHELP
Fixes tests assuming non-DEVELHELP ps output.
2018-03-19 10:53:16 +01:00

17 lines
274 B
Makefile

DEVELHELP=0
include ../Makefile.tests_common
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
DISABLE_MODULE += auto_init
# chronos is missing a getchar implementation
BOARD_BLACKLIST += chronos
include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py