tests: gdbstub: add build-only test

Add build-only test for existing boards.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
Yong Cong Sin 2024-07-23 13:16:13 +08:00 committed by Anas Nashif
commit 58f66623aa

View file

@ -11,6 +11,13 @@ common:
filter: CONFIG_ARCH_HAS_GDBSTUB filter: CONFIG_ARCH_HAS_GDBSTUB
tests: tests:
# Basic build-only test for all platforms supporting gdbstub
debug.gdbstub.build_only:
platform_allow:
- qemu_x86
- qemu_cortex_a9
build_only: true
# Connect to Zephyr gdbstub and run a simple GDB script # Connect to Zephyr gdbstub and run a simple GDB script
debug.gdbstub.breakpoints: debug.gdbstub.breakpoints:
platform_allow: platform_allow: