Skip to content

Commit 19c70d7

Browse files
tomchyrlubos
authored andcommitted
tests: Add missing arbiter mocks
Tests that include IPUC sources require arbiter header to be present, even if the function that calls arbiter is not used by the tests. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 95cc533 commit 19c70d7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/subsys/suit/copy/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ CONFIG_FLASH=y
2626
CONFIG_FLASH_MAP=y
2727

2828
CONFIG_SUIT_IPUC=y
29+
CONFIG_MOCK_SDFW_ARBITER=y

tests/subsys/suit/fetch/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ CONFIG_FLASH=y
2828
CONFIG_FLASH_MAP=y
2929

3030
CONFIG_SUIT_IPUC=y
31+
CONFIG_MOCK_SDFW_ARBITER=y

tests/subsys/suit/write/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ CONFIG_FLASH=y
2727
CONFIG_FLASH_MAP=y
2828

2929
CONFIG_SUIT_IPUC=y
30+
CONFIG_MOCK_SDFW_ARBITER=y

0 commit comments

Comments
 (0)