scripts: twister: add support for sysbuild
Add support for building with sysbuild using twister, via the "sysbuild" yaml property in testsuites. This will currently disable Kconfig and devicetree filtering. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
d823f88e3b
commit
602b8b485d
4 changed files with 59 additions and 5 deletions
|
@ -130,6 +130,9 @@ mapping:
|
|||
"slow":
|
||||
type: bool
|
||||
required: false
|
||||
"sysbuild":
|
||||
type: bool
|
||||
required: false
|
||||
# The sample descriptor, if present
|
||||
"sample":
|
||||
type: map
|
||||
|
@ -278,3 +281,6 @@ mapping:
|
|||
"slow":
|
||||
type: bool
|
||||
required: false
|
||||
"sysbuild":
|
||||
type: bool
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue