Skip to content

Commit 7965fd2

Browse files
edersondisouzalaurenmurphyx64
authored andcommitted
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 <[email protected]>
1 parent b7c2b3f commit 7965fd2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

samples/boards/intel_adsp/code_relocation/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ linker script to ensure that.
1616
Building and Running
1717
********************
1818

19-
This application can be built and executed on QEMU as follows:
19+
This application can be built and executed as follows:
2020

2121
.. zephyr-app-commands::
2222
:zephyr-app: samples/hello_world
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
sample:
22
description: Code relocation sample for Intel ADSP Cavs.
33
name: cavs_code_reloc
4+
tests:
5+
sample.intel_adsp.code_relocation:
6+
platform_allow: intel_adsp_cavs18 intel_adsp_cavs25
7+
tags: linker

0 commit comments

Comments
 (0)