Merge pull request #14769 from benpicco/tests/driver_at86rf2xx_aes-whitelist

tests/driver_at86rf2xx_aes: only run CI test on whitelisted boards
This commit is contained in:
Marian Buschsieweke 2020-08-17 10:27:09 +02:00 committed by GitHub
commit 0a905b1e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
include $(RIOTBASE)/Makefile.include