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:
Ederson de Souza 2023-01-18 16:02:55 -08:00 committed by Lauren Murphy
commit 7965fd2b4a
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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