From 48ddce7a665849045412a4ddbc24fcf1545970d9 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Thu, 8 Feb 2018 10:25:00 +0100 Subject: [PATCH] tests: build: Test build with MCUboot support Add a new build variant that builds for Nordic nRF52832 with the new MCUboot CONFIG_BOOTLOADER_MCUBOOT Kconfig variable set. Signed-off-by: Carles Cufi --- tests/misc/test_build/testcase.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/misc/test_build/testcase.yaml b/tests/misc/test_build/testcase.yaml index 678d54b5352..96fe4a574ea 100644 --- a/tests/misc/test_build/testcase.yaml +++ b/tests/misc/test_build/testcase.yaml @@ -16,3 +16,8 @@ tests: build_only: true extra_configs: - CONFIG_GDB_SERVER=y + test_mcuboot_bootloader: + build_only: true + platform_whitelist: nrf51_pca10028 nrf52_pca10040 + extra_configs: + - CONFIG_BOOTLOADER_MCUBOOT=y