diff --git a/tests/driver_at86rf2xx_aes/Makefile b/tests/driver_at86rf2xx_aes/Makefile index ce1d6a980f..43c4f1b5b6 100644 --- a/tests/driver_at86rf2xx_aes/Makefile +++ b/tests/driver_at86rf2xx_aes/Makefile @@ -13,6 +13,8 @@ ifneq (,$(filter mulle,$(BOARD))) DRIVER := at86rf212b endif +TEST_ON_CI_WHITELIST += samr21-xpro iotlab-m3 mulle + # use the at86rf231 as fallback device DRIVER ?= at86rf231 @@ -20,4 +22,4 @@ DRIVER ?= at86rf231 USEMODULE += $(DRIVER) USEMODULE += at86rf2xx_aes_spi -include $(RIOTBASE)/Makefile.include \ No newline at end of file +include $(RIOTBASE)/Makefile.include