Do not build those samples if the needed modules are not available in the workspace. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
19 lines
374 B
YAML
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
|