Skip to content

Commit 006a951

Browse files
fabiobaltierinashif
authored andcommitted
tests: assert_custom_header: only build on some platforms
This test does not build correctly on some modules, namely TFM, just run it on a few platform, that should be enough to validate that the feature is working correctly. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 6dab107 commit 006a951

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/subsys/debug/assert_custom_header/testcase.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
common:
22
integration_platforms:
33
- native_sim
4+
platform_allow:
5+
- native_sim
6+
- native_sim/native/64
7+
- qemu_x86
8+
- qemu_cortex_m3
49

510
tests:
611
debug.assert_custom_header:

0 commit comments

Comments
 (0)