tests/posix_time,xtimer_usleep: add stdin dependency

This commit is contained in:
Alexandre Abadie 2019-05-28 18:31:32 +02:00
parent a66c7cf6e7
commit 7f5a402267
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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