zephyr/samples/subsys/debug/gdbstub/sample.yaml
Anas Nashif 31c22c9a77 samples: gdbstub: test using pytest
Test gdb stub using pytest.

Co-developed-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-09-27 09:53:23 +02:00

16 lines
236 B
YAML

#
# Copyright (c) 2020 intel Corporation.
#
# SPDX-License-Identifier: Apache-2.0
#
sample:
name: gdbstub sample
tests:
sample.debug.gdbstub:
platform_allow: qemu_x86
harness: pytest
tags:
- debug
- gdbstub