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

15 lines
340 B
Makefile
Raw Normal View History

2017-03-25 11:28:10 +01:00
include ../Makefile.tests_common
USEMODULE += hd44780
# disable native GPIOs for automatic test
ifeq (native,$(BOARD))
USEMODULE += periph_gpio_mock
endif
# Fails on esp32 because the driver defines default GPIOs that are used for the
# SPI flash interface.
TEST_ON_CI_BLACKLIST += esp32-wroom-32
2017-03-25 11:28:10 +01:00
include $(RIOTBASE)/Makefile.include