mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #12246 from cladmi/pr/tests/re_enable_utf8_tests
tests: re-enable utf-8 tests on native
This commit is contained in:
commit
a3375db15e
@ -13,7 +13,4 @@ ifneq ($(BOARD),native)
|
||||
CFLAGS += -DTHREAD_STACKSIZE_MAIN='(THREAD_STACKSIZE_DEFAULT+2048)'
|
||||
endif
|
||||
|
||||
# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests
|
||||
TEST_ON_CI_BLACKLIST += native
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -59,7 +59,4 @@ CFLAGS += -DTEST_PIN_RESET=$(TEST_PIN_RESET)
|
||||
|
||||
CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY)
|
||||
|
||||
# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests
|
||||
TEST_ON_CI_BLACKLIST += native
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -24,7 +24,4 @@ BOARD_INSUFFICIENT_MEMORY = \
|
||||
stm32l0538-disco \
|
||||
#
|
||||
|
||||
# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests
|
||||
TEST_ON_CI_BLACKLIST += native
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user