1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00
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