From 564402e88fb402fad9b2d287465a763a1454fed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Tue, 30 Apr 2019 15:50:09 +0200 Subject: [PATCH] tests/periph_hwrng: enable test in murdock --- tests/periph_hwrng/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/periph_hwrng/Makefile b/tests/periph_hwrng/Makefile index 9076de54e4..7078736e99 100644 --- a/tests/periph_hwrng/Makefile +++ b/tests/periph_hwrng/Makefile @@ -4,4 +4,6 @@ FEATURES_REQUIRED = periph_hwrng USEMODULE += xtimer +TEST_ON_CI_WHITELIST += all + include $(RIOTBASE)/Makefile.include