samples/boards/intel_adsp: Make sample work with twister
sample.yaml was missing a tests section, making it unable to run with twister. This patch adds the section. While at that, fix an issue in the sample README.rst. Fixes #53656. Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
This commit is contained in:
parent
b7c2b3fc3a
commit
7965fd2b4a
2 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,7 @@ linker script to ensure that.
|
|||
Building and Running
|
||||
********************
|
||||
|
||||
This application can be built and executed on QEMU as follows:
|
||||
This application can be built and executed as follows:
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/hello_world
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
sample:
|
||||
description: Code relocation sample for Intel ADSP Cavs.
|
||||
name: cavs_code_reloc
|
||||
tests:
|
||||
sample.intel_adsp.code_relocation:
|
||||
platform_allow: intel_adsp_cavs18 intel_adsp_cavs25
|
||||
tags: linker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue