2018-03-19 10:53:16 +01:00
|
|
|
DEVELHELP=0
|
2014-02-21 19:07:16 +01:00
|
|
|
include ../Makefile.tests_common
|
2014-01-10 16:21:35 +01:00
|
|
|
|
2019-03-05 14:21:44 +01:00
|
|
|
USEMODULE += app_metadata
|
2014-01-10 16:21:35 +01:00
|
|
|
USEMODULE += shell
|
|
|
|
USEMODULE += shell_commands
|
|
|
|
USEMODULE += ps
|
|
|
|
|
2019-08-15 17:12:54 +02:00
|
|
|
# Use a terminal that does not introduce extra characters into the stream.
|
|
|
|
RIOT_TERMINAL ?= socat
|
|
|
|
|
2019-03-05 14:21:44 +01:00
|
|
|
APP_SHELL_FMT ?= NONE
|
|
|
|
|
2022-04-01 12:21:20 +02:00
|
|
|
# microbit qemu failing currently
|
|
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
|
2014-01-10 16:21:35 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|
2020-07-30 13:22:26 +02:00
|
|
|
|
|
|
|
# the test script skips tests if socat is not used
|
|
|
|
$(call target-export-variables,$(RIOT_TERMINAL),RIOT_TERMINAL)
|