1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_usleep/Makefile
Gaëtan Harter 8e5422ff78
applications: remove 'TEST_ON_CI_WHITELIST += all'
This is now the default so not required anymore.
2019-08-21 12:51:17 +02:00

17 lines
452 B
Makefile

include ../Makefile.tests_common
USEMODULE += xtimer
# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native
USEMODULE += test_utils_interactive_sync
# Port and pin configuration for probing with oscilloscope
# Port number should be found in port enum e.g in cpu/include/periph_cpu.h
#FEATURES_REQUIRED += periph_gpio
#CFLAGS += -DSLEEP_PIN=7
#CFLAGS += -DSLEEP_PORT=PORT_F
include $(RIOTBASE)/Makefile.include