RIOT/tests/posix_time/Makefile
2019-06-20 16:01:45 +02:00

11 lines
211 B
Makefile

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