1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/tests/shell/Makefile
MrKevinWeiss c36cf5743f tests/shell: Add app_metadata to shell tests
Adds app_metadata to the shell test
This both serves as a simple test to see if the module is available
and doesn't crash as well as an example
2019-03-06 13:07:57 +01:00

22 lines
421 B
Makefile

DEVELHELP=0
include ../Makefile.tests_common
USEMODULE += app_metadata
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
DISABLE_MODULE += auto_init
# chronos is missing a getchar implementation
BOARD_BLACKLIST += chronos
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove \
arduino-uno
TEST_ON_CI_WHITELIST += all
APP_SHELL_FMT ?= NONE
include $(RIOTBASE)/Makefile.include