1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 10:52:43 +01:00
RIOT/tests/mtd_flashpage/Makefile

13 lines
402 B
Makefile
Raw Normal View History

2018-03-13 14:11:57 +01:00
include ../Makefile.tests_common
USEMODULE += mtd_flashpage
USEMODULE += embunit
# https://github.com/RIOT-OS/RIOT/pull/15859 exposed a bug in the
# handling of FEATURES_REQUIRED_ANY, so https://github.com/RIOT-OS/RIOT/pull/15935
# did not run unittests, native is currently failing, so blacklist while this
# is still the case
FEATURES_BLACKLIST += arch_native
2018-03-13 14:11:57 +01:00
include $(RIOTBASE)/Makefile.include