1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 20:52:58 +01:00
RIOT/tests/buttons/Makefile

9 lines
158 B
Makefile
Raw Normal View History

2017-06-20 21:15:30 +02:00
include ../Makefile.tests_common
FEATURES_REQUIRED += periph_gpio_irq
2017-06-20 21:15:30 +02:00
USEMODULE += xtimer
2018-04-04 15:20:51 +02:00
TEST_ON_CI_WHITELIST += all
2017-06-20 21:15:30 +02:00
include $(RIOTBASE)/Makefile.include