From a5aa9486dd3709a05323b950fc012a74fb2cbb6b Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Mon, 17 Jan 2022 14:58:39 +0100 Subject: [PATCH] tests/periph_i2c: include esp ci compile test boards --- tests/periph_i2c/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/periph_i2c/Makefile b/tests/periph_i2c/Makefile index bafa06c4a2..f2d1595375 100644 --- a/tests/periph_i2c/Makefile +++ b/tests/periph_i2c/Makefile @@ -12,4 +12,6 @@ USEMODULE += xtimer # avoid running Kconfig by default SHOULD_RUN_KCONFIG ?= +EXTERNAL_BOARD_DIRS += $(CURDIR)/../external_board_dirs/esp-ci-boards + include $(RIOTBASE)/Makefile.include