- Add integration_platforms to avoid excessive filtering - Make sure integration platforms are actually part of the filter - Fix some tags and test meta data Signed-off-by: Anas Nashif <anas.nashif@intel.com>
16 lines
237 B
YAML
16 lines
237 B
YAML
#
|
|
# Copyright (c) 2020 intel Corporation.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
sample:
|
|
name: gdbstub sample
|
|
tests:
|
|
sample.debug.gdbstub:
|
|
build_only: true
|
|
platform_allow: qemu_x86
|
|
tags:
|
|
- debug
|
|
- gdbstub
|