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:
commit
0a905b1e49
@ -13,6 +13,8 @@ ifneq (,$(filter mulle,$(BOARD)))
|
|||||||
DRIVER := at86rf212b
|
DRIVER := at86rf212b
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
TEST_ON_CI_WHITELIST += samr21-xpro iotlab-m3 mulle
|
||||||
|
|
||||||
# use the at86rf231 as fallback device
|
# use the at86rf231 as fallback device
|
||||||
DRIVER ?= at86rf231
|
DRIVER ?= at86rf231
|
||||||
|
|
||||||
@ -20,4 +22,4 @@ DRIVER ?= at86rf231
|
|||||||
USEMODULE += $(DRIVER)
|
USEMODULE += $(DRIVER)
|
||||||
USEMODULE += at86rf2xx_aes_spi
|
USEMODULE += at86rf2xx_aes_spi
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user