Skip to content

Commit 5f4bd36

Browse files
aescolarfabiobaltieri
authored andcommitted
tests/boards/native*: Moved to native_sim
Moved folder to tests/boards/native_sim from native_posix (including updating the MAINTAINERS file) And enable all these tests for native_sim. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 3d406a7 commit 5f4bd36

File tree

14 files changed

+12
-10
lines changed

14 files changed

+12
-10
lines changed

MAINTAINERS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ Native POSIX/Sim and POSIX arch:
20042004
- scripts/native_simulator/
20052005
- scripts/valgrind.supp
20062006
- soc/posix/
2007-
- tests/boards/native_posix/
2007+
- tests/boards/native_sim/
20082008
labels:
20092009
- "area: native port"
20102010
description: >-

tests/boards/native_posix/native_tasks/testcase.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Test of the posix_arch k_busy_wait & cpu_hold() functionality
22
tests:
3-
boards.native_posix.cpu_wait:
3+
boards.native_sim.cpu_wait:
44
platform_allow:
55
- native_posix
66
- native_posix_64
7+
- native_sim
8+
- native_sim_64
79
integration_platforms:
8-
- native_posix
10+
- native_sim
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tests:
2+
boards.native_sim.native_tasks:
3+
arch_allow: posix

0 commit comments

Comments
 (0)