zephyr/samples/subsys/debug/fuzz/sample.yaml
Alberto Escolar Piedras af047e1891 samples/subsys: Use hwmv2 native targets identifiers
For the 64 bit targets, change identifiers to the new hwmv2 ones.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-15 16:13:12 +01:00

17 lines
539 B
YAML

sample:
description: native_posix-based libfuzzer example
name: fuzz
tests:
sample.debug.fuzz:
toolchain_allow: llvm
platform_allow: native_posix/native/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"