tests/posix_time,xtimer_usleep: add stdin dependency
This commit is contained in:
parent
a66c7cf6e7
commit
7f5a402267
@ -2,6 +2,9 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += posix_time
|
||||
|
||||
# This application uses getchar and thus expects input from stdio
|
||||
USEMODULE += stdin
|
||||
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
@ -5,6 +5,9 @@ USEMODULE += xtimer
|
||||
# This test randomly fails on `native` so disable it from CI
|
||||
TEST_ON_CI_WHITELIST += samr21-xpro
|
||||
|
||||
# This application uses getchar and thus expects input from stdio
|
||||
USEMODULE += stdin
|
||||
|
||||
# Port and pin configuration for probing with oscilloscope
|
||||
# Port number should be found in port enum e.g in cpu/include/periph_cpu.h
|
||||
#FEATURES_REQUIRED += periph_gpio
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user