Skip to content

Commit 1b1f7e5

Browse files
tokangasnordicjm
authored andcommitted
tests: lib: location: Fix regression after 611c9a8
Added include path which is needed after nRF Cloud library refactoring. Removed tests from quarantine. Jira: NCSDK-35825 Signed-off-by: Tommi Kangas <[email protected]>
1 parent c4f858e commit 1b1f7e5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

scripts/quarantine.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,3 @@
106106
platforms:
107107
- [email protected]/nrf54h20/cpuppr
108108
comment: "Needs newer toolchain or dtc due to RAM overflow error"
109-
110-
- scenarios:
111-
- unity.location_test
112-
- unity.location_test.data_details
113-
- unity.location_test.no_agnss
114-
- unity.location_test.no_wifi
115-
platforms:
116-
- native_sim/native
117-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-35825"

tests/lib/location/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ cmock_handle(${ZEPHYR_BASE}/include/zephyr/device.h
5959

6060
zephyr_include_directories(${ZEPHYR_NRFXLIB_MODULE_DIR}/nrf_modem/include)
6161
zephyr_include_directories(${ZEPHYR_NRF_MODULE_DIR}/subsys/net/lib/nrf_cloud/include)
62+
zephyr_include_directories(${ZEPHYR_NRF_MODULE_DIR}/subsys/net/lib/nrf_cloud/common/include)
6263
zephyr_include_directories(${ZEPHYR_NRF_MODULE_DIR}/include/net)
6364

6465
# The test uses double precision floating point numbers. This is not enabled by default in unity

0 commit comments

Comments
 (0)