From 8ab79e94c1aecb0b352640660b22cbe6dad28002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= <gaetan.harter@fu-berlin.de> Date: Wed, 1 Aug 2018 19:22:33 +0200 Subject: [PATCH] tests/gnrc_netif: enable CI tests --- tests/gnrc_netif/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile index 8492c657f2..51a67dc715 100644 --- a/tests/gnrc_netif/Makefile +++ b/tests/gnrc_netif/Makefile @@ -31,6 +31,8 @@ CFLAGS += -DGNRC_NETIF_GROUPS_NUMOF=8 CFLAGS += -DLOG_LEVEL=LOG_NONE CFLAGS += -DTEST_SUITES +TEST_ON_CI_WHITELIST += all + include $(RIOTBASE)/Makefile.include test: -- GitLab