From 129010a2ed9826b6b302a4bc3b7c01a0fffe570a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Wed, 1 Aug 2018 19:22:33 +0200 Subject: [PATCH] tests/gnrc_netif: enable CI tests (cherry picked from commit 8ab79e94c1aecb0b352640660b22cbe6dad28002) --- tests/gnrc_netif/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile index 8492c657f2c0..51a67dc71590 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: