Skip to content

Commit

Permalink
tests: use prebuilds in tests
Browse files Browse the repository at this point in the history
fix build isses

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Jan 30, 2025
1 parent 817b0db commit 47fd60e
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_CRYPTO
default y

Expand Down
3 changes: 3 additions & 0 deletions tests/integration/mfg/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_MFG_STORAGE
default y

Expand Down
3 changes: 3 additions & 0 deletions tests/integration/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_SUBGHZ_SUPPORT
default y

Expand Down
3 changes: 3 additions & 0 deletions tests/integration/storage/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_STORAGE
default y

Expand Down
3 changes: 3 additions & 0 deletions tests/unit_tests/pal_ble_adapter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_BLE
default y

Expand Down
3 changes: 3 additions & 0 deletions tests/unit_tests/pal_log/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_LOG
default y
imply LOG
Expand Down
3 changes: 3 additions & 0 deletions tests/unit_tests/pal_timer/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_TIMER
default y

Expand Down
3 changes: 3 additions & 0 deletions tests/unit_tests/pal_uptime/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_UPTIME
default y

Expand Down
3 changes: 3 additions & 0 deletions tests/unit_tests/sid_ace_alloc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_ACE_OSAL_ZEPHYR
default y

Expand Down
3 changes: 3 additions & 0 deletions tests/unit_tests/sid_ble_adapter_callbacks/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_LOG_LEVEL
default 0

Expand Down
3 changes: 3 additions & 0 deletions tests/unit_tests/sid_ble_advert/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_LOG_LEVEL
default 0

Expand Down
3 changes: 3 additions & 0 deletions tests/unit_tests/sid_ble_connection/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_LOG_LEVEL
default 0

Expand Down
3 changes: 3 additions & 0 deletions tests/unit_tests/sid_ble_service/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
config SIDEWALK_BUILD
default y

config SIDEWALK_USE_PREBUILTS
default y

config SIDEWALK_LOG_LEVEL
default 0

Expand Down

0 comments on commit 47fd60e

Please sign in to comment.