Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: refactor tests #649

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions subsys/sal/sid_pal/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ zephyr_library_sources_ifdef(CONFIG_SIDEWALK_CRITICAL_REGION sid_critical_region

zephyr_library_sources_ifdef(CONFIG_SIDEWALK_GPIO sid_gpio.c sid_gpio_utils.c)

if(CONFIG_SOC_SERIES_NRF53X)
if(CONFIG_HAS_HW_NRF_TEMP)
zephyr_library_sources_ifdef(CONFIG_SIDEWALK_TEMPERATURE sid_temperature.c)
else()
zephyr_library_sources_ifdef(CONFIG_SIDEWALK_TEMPERATURE sid_temperature_mock.c)
message("Note: Sidewalk uses MOCK temperature implementation")
else()
zephyr_library_sources_ifdef(CONFIG_SIDEWALK_TEMPERATURE sid_temperature.c)
endif() # CONFIG_SOC_SERIES_NRF53X

zephyr_library_sources_ifdef(CONFIG_SIDEWALK_SW_INTERRUPTS sid_sw_interrupts.c)
Expand Down
18 changes: 0 additions & 18 deletions tests/functional/critical_region/CMakeLists.txt

This file was deleted.

9 changes: 0 additions & 9 deletions tests/functional/critical_region/prj.conf

This file was deleted.

62 changes: 0 additions & 62 deletions tests/functional/critical_region/src/main.c

This file was deleted.

8 changes: 0 additions & 8 deletions tests/functional/crypto/prj.conf

This file was deleted.

196 changes: 0 additions & 196 deletions tests/functional/mfg_storage/src/main.c

This file was deleted.

29 changes: 0 additions & 29 deletions tests/functional/mfg_storage/testcase.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions tests/functional/spi_bus/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf

This file was deleted.

19 changes: 0 additions & 19 deletions tests/functional/spi_bus/testcase.yaml

This file was deleted.

Loading