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>
8 lines
208 B
YAML
8 lines
208 B
YAML
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
|