1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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