Test gdb stub using pytest. Co-developed-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
16 lines
236 B
YAML
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
|