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

tests/mtd_flashpage: remove native from blacklist

This commit is contained in:
Benjamin Valentin 2021-02-16 21:52:00 +01:00
parent 033c0110d0
commit d98d6c1e7c

View File

@ -3,10 +3,4 @@ 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
include $(RIOTBASE)/Makefile.include