30151a33be
These unit tests were failing with build errors such as this: boot/boot_serial/test/src/testcases/boot_serial_img_msg.c:64:26: error: use of undeclared identifier 'FLASH_AREA_IMAGE_PRIMARY' rc = flash_area_open(FLASH_AREA_IMAGE_PRIMARY, &fap); ^ The `FLASH_AREA_IMAGE_{PRIMARY,SECONDARY} definitions were not visible because `MCUBOOT_MYNEWT` was not getting defined in the boot_serial unit test package. This commit defines `MCUBOOT_MYNEWT` in the boot_serial unit test package, and adds the necessary include to pull in the PRIMARY / SECONDARY definitions. Signed-off-by: Christopher Collins <ccollins@apache.org> |
||
---|---|---|
.. | ||
include/boot_serial | ||
src | ||
test | ||
pkg.yml | ||
syscfg.yml |