Skip to content

Commit

Permalink
tests: drivers: build_all: ieee802154: Add overlay for native_sim and 64
Browse files Browse the repository at this point in the history
The native_sim has already been added to the test cases of
`drivers.ieee802154.build.external` is not being appropriately
processed because there is no corresponding overlay.

Create an overlay as an alias of native_posix.overlay.

Also, add the native_sim/native/64 platforms in the same way.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi authored and carlescufi committed Sep 19, 2024
1 parent a88ee69 commit 7d95128
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/drivers/build_all/ieee802154/boards/native_sim.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
* Copyright (c) 2024 TOKITA Hiroshi
* SPDX-License-Identifier: Apache-2.0
*/

#include "native_posix.overlay"
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
* Copyright (c) 2024 TOKITA Hiroshi
* SPDX-License-Identifier: Apache-2.0
*/

#include "native_posix.overlay"
1 change: 1 addition & 0 deletions tests/drivers/build_all/ieee802154/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests:
platform_allow:
- native_posix
- native_sim
- native_sim/native/64
drivers.ieee802154.build.cc13xx_cc26xx:
platform_allow: cc1352r_sensortag
drivers.ieee802154.build.kw41z:
Expand Down

0 comments on commit 7d95128

Please sign in to comment.