zephyr/samples/subsys/debug/fuzz/sample.yaml
Katarzyna Giadla a84531f4fd samples: Add name "sample" in the some samples modules
Some test cases in the module `samples` have not a name of this module.
This change adds the name `sample` to these test cases.

Signed-off-by: Katarzyna Giadla <katarzyna.giadla@nordicsemi.no>
2022-08-29 07:30:10 -04:00

17 lines
532 B
YAML

sample:
description: native_posix-based libfuzzer example
name: fuzz
tests:
sample.debug.fuzz:
toolchain_allow: llvm
platform_allow: native_posix_64
harness: console
harness_config:
type: one_line
# The sample will run all the way to key 6 (to show off its
# ability to search a 1-in-2^56 haystack), but that takes 20-60s
# and is quite variable. It's enough to know that it's finding
# new code paths by the third new coverage announcement.
regex:
- "Found key 2"