Replace the 'xtimer_sleep' hack to prevent flooding at startup to use test_utils_interactive_sync for synchronizing.
10 lines
187 B
Makefile
10 lines
187 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEPKG += libfixmath
|
|
USEMODULE += libfixmath
|
|
USEMODULE += test_utils_interactive_sync
|
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
include $(RIOTBASE)/Makefile.include
|