mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 02:52:51 +01:00
16 lines
279 B
Makefile
16 lines
279 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
|
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
include $(RIOTBASE)/Makefile.include
|