1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/posix_time/Makefile
Gaëtan Harter ed27d3b68b
tests/posix_time: use test_utils_interactive_sync
Use test_utils_interactive_sync for synchronizing test instead of the
custom 'getchar' handling.
2019-08-15 12:26:28 +02:00

10 lines
167 B
Makefile

include ../Makefile.tests_common
USEMODULE += posix_time
USEMODULE += test_utils_interactive_sync
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include