Skip to content

Commit 08ed0f3

Browse files
nashifkartben
authored andcommitted
tests: kernel: common: use integration_toolchains
Use new keyword integration_toolchains to build test using additional toolchains. Signed-off-by: Anas Nashif <[email protected]>
1 parent 11e656b commit 08ed0f3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/kernel/common/testcase.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ common:
77
min_ram: 32
88
timeout: 120
99
tests:
10-
kernel.common: {}
10+
kernel.common:
11+
platform_exclude:
12+
- native_sim
13+
kernel.common.toolchain:
14+
platform_allow:
15+
- native_sim
16+
integration_toolchains:
17+
- host
18+
- llvm
1119
kernel.common.tls:
1220
# ARCMWDT can't handle THREAD_LOCAL_STORAGE with USERSPACE, see #52570 for details
1321
filter: >

0 commit comments

Comments
 (0)