1
0
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:
Martine Lenders 2019-09-16 16:40:33 +02:00 committed by GitHub
commit a3375db15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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