1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 03:32:49 +01:00
RIOT/tests/sys/posix_sleep/Makefile

9 lines
163 B
Makefile
Raw Normal View History

include ../Makefile.sys_common
2014-03-03 17:07:56 +01:00
USEMODULE += posix_sleep
2014-03-03 17:07:56 +01:00
# microbit qemu failing currently
TEST_ON_CI_BLACKLIST += microbit
2014-03-03 17:07:56 +01:00
include $(RIOTBASE)/Makefile.include