sanitycheck: fix support for unit tests
When we moved to yaml, we missed porting the 'unit' architecture. This is now being added again. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
15fdd5e072
commit
86c8e2330d
3 changed files with 26 additions and 18 deletions
|
@ -0,0 +1,6 @@
|
|||
identifier: unit_testing
|
||||
name: Unit Testing
|
||||
type: unit
|
||||
arch: unit
|
||||
testing:
|
||||
default: true
|
|
@ -17,7 +17,7 @@ mapping:
|
|||
type: str
|
||||
"type":
|
||||
type: str
|
||||
enum: [ 'mcu', 'qemu', 'sim' ]
|
||||
enum: [ 'mcu', 'qemu', 'sim', 'unit' ]
|
||||
"arch":
|
||||
type: str
|
||||
"toolchain":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue