1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/irq/Makefile

12 lines
183 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
2014-03-29 19:14:00 +01:00
USEMODULE += auto_init
2015-09-03 19:01:09 +02:00
USEMODULE += xtimer
2014-02-13 23:39:21 +01:00
include $(RIOTBASE)/Makefile.include
2017-11-09 18:15:09 +01:00
test:
tests/01-run.py