Skip to content

Commit

Permalink
tests: kernel: common: use integration_toolchains
Browse files Browse the repository at this point in the history
Use new keyword integration_toolchains to build test using additional
toolchains.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and kartben committed Jan 8, 2025
1 parent 11e656b commit 08ed0f3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/kernel/common/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ common:
min_ram: 32
timeout: 120
tests:
kernel.common: {}
kernel.common:
platform_exclude:
- native_sim
kernel.common.toolchain:
platform_allow:
- native_sim
integration_toolchains:
- host
- llvm
kernel.common.tls:
# ARCMWDT can't handle THREAD_LOCAL_STORAGE with USERSPACE, see #52570 for details
filter: >
Expand Down

0 comments on commit 08ed0f3

Please sign in to comment.