From 50449b341c97c632d1f465bf14f11a42f1914e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Tue, 25 Jun 2019 16:37:57 +0200 Subject: [PATCH] tests/pkg_u8g2: run the test in CI HACK, the test currently fails in CI for `native` due to `utf-8` handling. --- tests/pkg_u8g2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/pkg_u8g2/Makefile b/tests/pkg_u8g2/Makefile index 1d6aef4f7e..721a8835a8 100644 --- a/tests/pkg_u8g2/Makefile +++ b/tests/pkg_u8g2/Makefile @@ -59,4 +59,8 @@ CFLAGS += -DTEST_PIN_RESET=$(TEST_PIN_RESET) 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