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:
parent
b97d97ff17
commit
58f66623aa
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@ common:
|
|||
filter: CONFIG_ARCH_HAS_GDBSTUB
|
||||
|
||||
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
|
||||
debug.gdbstub.breakpoints:
|
||||
platform_allow:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue