2021-03-10 20:34:57 +08:00
|
|
|
sample:
|
|
|
|
description: Nanopb sample, with a simple proto
|
|
|
|
buffer
|
|
|
|
name: Simple nanopb
|
|
|
|
common:
|
2022-04-19 10:31:18 +08:00
|
|
|
modules:
|
|
|
|
- nanopb
|
2021-03-10 20:34:57 +08:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: one_line
|
|
|
|
regex:
|
|
|
|
- "Your lucky number was 13!"
|
|
|
|
tests:
|
|
|
|
sample.modules.nanopb:
|
|
|
|
tags: samples nanopb
|
2022-07-29 22:02:13 +08:00
|
|
|
integration_platforms:
|
|
|
|
- native_posix
|
|
|
|
- native_posix_64
|