zephyr/samples/modules/tflite-micro/hello_world/sample.yaml
Anas Nashif 2d97bdd85d samples: add module requirement into samples
Do not build those samples if the needed modules are not available in
the workspace.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-04-19 09:38:55 -04:00

19 lines
374 B
YAML

sample:
description: Hello World TensorFlow sample
name: hello world tensorflow
common:
tags: tensorflow
modules:
- tflite-micro
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "x_value:.*, y_value:.*"
- ""
tests:
sample.tensorflow.helloworld:
platform_allow: qemu_x86 qemu_x86_64
tags: tensorflow