diff --git a/tests/netstats_l2/Makefile b/tests/netstats_l2/Makefile index 174b3a4b0f..52598f35bd 100644 --- a/tests/netstats_l2/Makefile +++ b/tests/netstats_l2/Makefile @@ -2,7 +2,9 @@ include ../Makefile.tests_common BOARD_PROVIDES_NETIF := airfy-beacon fox iotlab-m3 mulle native nrf51dongle \ nrf6310 pba-d-01-kw2x samd21-xpro saml21-xpro samr21-xpro spark-core \ - yunjia-nrf51822 + yunjia-nrf51822 \ + esp32-mh-et-live-minikit esp32-olimex-evb \ + esp32-wemos-lolin-d32-pro esp32-wroom-32 esp32-wrover-kit BOARDS ?= $(shell find $(RIOTBASE)/boards/* -maxdepth 0 -type d \! -name "common" -exec basename {} \;) diff --git a/tests/pkg_tinycbor/Makefile b/tests/pkg_tinycbor/Makefile index 705f3ecae8..c1a3ebaf62 100644 --- a/tests/pkg_tinycbor/Makefile +++ b/tests/pkg_tinycbor/Makefile @@ -3,7 +3,9 @@ include ../Makefile.tests_common # No 8 bit and 16 bit support yet BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \ jiminy-mega256rfr2 mega-xplained msb-430 msb-430h telosb \ - waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 + waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 \ + esp32-mh-et-live-minikit esp32-olimex-evb esp32-wemos-lolin-d32-pro \ + esp32-wroom-32 esp32-wrover-kit USEMODULE += embunit USEMODULE += fmt