tests: twister: add supported toolchains for unit tests
Allowed toolchains was not set in 'board' metadata causing those to not build and get filtered. Fixes #83792 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8998b1a78b
commit
1f4874088f
1 changed files with 2 additions and 0 deletions
|
|
@ -2,5 +2,7 @@ identifier: unit_testing
|
|||
name: Unit Testing
|
||||
type: unit
|
||||
arch: unit
|
||||
toolchain:
|
||||
- host
|
||||
testing:
|
||||
default: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue