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 authored and RobertGalatNordic committed Feb 5, 2025
1 parent 928ea18 commit b38f839
Show file tree
Hide file tree
Showing 23 changed files with 808 additions and 0 deletions.
744 changes: 744 additions & 0 deletions 2025-01-praca.diff

Large diffs are not rendered by default.

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
1 change: 1 addition & 0 deletions tests/unit_tests/sid_dut_shell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ target_include_directories(testbinary PRIVATE
${SIDEWALK_BASE}/subsys/sal/common/sid_ifc
${SIDEWALK_BASE}/subsys/sal/common/sid_time_ops
${SIDEWALK_BASE}/subsys/sal/common/sid_pal_ifc
${SIDEWALK_BASE}/subsys/sal/common/sid_pal_types
${SIDEWALK_BASE}/subsys/hal/include
${SIDEWALK_BASE}/utils/include
${SIDEWALK_BASE}/utils
Expand Down
3 changes: 3 additions & 0 deletions tests_new/integration/assert/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_ASSERT
default y

Expand Down
3 changes: 3 additions & 0 deletions tests_new/integration/critical_region/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_CRITICAL_REGION
default y

Expand Down
3 changes: 3 additions & 0 deletions tests_new/integration/crypto_keys/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_new/integration/delay/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_DELAY
default y

Expand Down
3 changes: 3 additions & 0 deletions tests_new/integration/interrupts/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_SW_INTERRUPTS
default y

Expand Down
3 changes: 3 additions & 0 deletions tests_new/integration/temperature/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_TEMPERATURE
default y

Expand Down
3 changes: 3 additions & 0 deletions tests_new/integration/timer/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_TIMER
default y

Expand Down
3 changes: 3 additions & 0 deletions tests_new/integration/uptime/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_UPTIME
default y

Expand Down

0 comments on commit b38f839

Please sign in to comment.