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:
Anas Nashif 2025-01-10 14:51:43 -05:00
parent 8998b1a78b
commit 1f4874088f

View file

@ -2,5 +2,7 @@ identifier: unit_testing
name: Unit Testing
type: unit
arch: unit
toolchain:
- host
testing:
default: true