From 1f4874088f17c2d617426aa8cb78b66bbb634989 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 10 Jan 2025 14:51:43 -0500 Subject: [PATCH] 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 --- .../boards/unit_testing/unit_testing/unit_testing.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subsys/testsuite/boards/unit_testing/unit_testing/unit_testing.yaml b/subsys/testsuite/boards/unit_testing/unit_testing/unit_testing.yaml index 17daf29aa15c..8fc75ad3b80a 100644 --- a/subsys/testsuite/boards/unit_testing/unit_testing/unit_testing.yaml +++ b/subsys/testsuite/boards/unit_testing/unit_testing/unit_testing.yaml @@ -2,5 +2,7 @@ identifier: unit_testing name: Unit Testing type: unit arch: unit +toolchain: + - host testing: default: true