tests/pkg_u8g2: run the test in CI

HACK, the test currently fails in CI for `native` due to `utf-8` handling.
This commit is contained in:
Gaëtan Harter 2019-06-25 16:37:57 +02:00
parent 6c895e1484
commit 50449b341c
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -59,4 +59,8 @@ CFLAGS += -DTEST_PIN_RESET=$(TEST_PIN_RESET)
CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY) CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY)
TEST_ON_CI_WHITELIST += all
# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests
TEST_ON_CI_BLACKLIST += native
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include