2017-05-11 10:04:05 +02:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
USEMODULE += shell
|
|
|
|
USEMODULE += shell_commands
|
|
|
|
USEMODULE += ps
|
|
|
|
USEMODULE += schedstatistics
|
|
|
|
USEMODULE += printf_float
|
2021-11-16 15:50:48 +01:00
|
|
|
USEMODULE += ztimer_usec
|
|
|
|
USEMODULE += ztimer_sec
|
2017-05-11 10:04:05 +02:00
|
|
|
|
2020-03-16 11:55:05 +01:00
|
|
|
# For this test we don't want to use the shell version of
|
|
|
|
# test_utils_interactive_sync, since we want to synchronize before
|
|
|
|
# the start of the shell
|
|
|
|
DISABLE_MODULE += test_utils_interactive_sync_shell
|
|
|
|
|
2017-05-11 10:04:05 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|