mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
646c6d67c0
The delay allows allows time for the `make term` to connect and start flushing the output buffer before the buffer overflows.
10 lines
166 B
Makefile
10 lines
166 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEPKG += libfixmath
|
|
USEMODULE += libfixmath
|
|
USEMODULE += xtimer
|
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
include $(RIOTBASE)/Makefile.include
|