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:
Anas Nashif 2017-10-09 13:42:28 -04:00 committed by Kumar Gala
commit 86c8e2330d
3 changed files with 26 additions and 18 deletions

View file

@ -0,0 +1,6 @@
identifier: unit_testing
name: Unit Testing
type: unit
arch: unit
testing:
default: true

View file

@ -17,7 +17,7 @@ mapping:
type: str
"type":
type: str
enum: [ 'mcu', 'qemu', 'sim' ]
enum: [ 'mcu', 'qemu', 'sim', 'unit' ]
"arch":
type: str
"toolchain":