zephyr/samples/application_development/code_relocation
Sebastian Bøe ef9b08a1d4 test: code_relocation: Fixed CI failure
The test 'samples/application_development/code_relocation' was failing
in master because it was not declaring that it was defining additional
sections.

The CI error is attached below.

This patch fixes the CI failure by declaring in 'sample.yaml' that
these additional sections are expected.

FAILED:
qemu_cortex_m3/samples/application_development/code_relocation/test
has unrecognized binary sections: ['_SRAM2_RODATA_SECTION_NAME',
'_SRAM_TEXT_SECTION_NAME', '_SRAM_RODATA_SECTION_NAME',
'_SRAM_DATA_SECTION_NAME', '_CUSTOM_SECTION_NAME2']

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-12-27 19:25:34 -05:00
..
src samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00
CMakeLists.txt samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00
custom-sections.ld samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00
linker_arm_sram2.ld samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00
prj.conf samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00
sample.yaml test: code_relocation: Fixed CI failure 2018-12-27 19:25:34 -05:00