File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
connectivity/lorawan/tests/UNITTESTS/features/lorawan Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ set(unittest-includes-base
151151 "${PROJECT_SOURCE_DIR} /../connectivity/lorawan/lorastack"
152152 "${PROJECT_SOURCE_DIR} /../connectivity/lorawan/lorastack/mac"
153153 "${PROJECT_SOURCE_DIR} /../connectivity/lorawan/lorastack/phy"
154- "${PROJECT_SOURCE_DIR} /../connectivity/lorawan/system "
154+ "${PROJECT_SOURCE_DIR} /../connectivity/lorawan"
155155 "${PROJECT_SOURCE_DIR} /../connectivity/mbedtls"
156156 "${PROJECT_SOURCE_DIR} /../connectivity/mbedtls/include"
157157)
Original file line number Diff line number Diff line change 2020#include < cstddef>
2121
2222#include " lorawan_types.h"
23- #include " lorawan_data_structures.h"
23+ #include " system/ lorawan_data_structures.h"
2424
2525namespace LoRaMac_stub {
2626extern bool bool_value;
Original file line number Diff line number Diff line change 1616 */
1717
1818#include " mbed_assert.h"
19- #include " LoRaWANTimer.h"
19+ #include " system/ LoRaWANTimer.h"
2020
2121#include " LoRaWANTimer_stub.h"
2222
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- #include " LoRaWANTimer.h"
18+ #include " system/ LoRaWANTimer.h"
1919
2020namespace LoRaWANTimer_stub {
2121extern lorawan_time_t time_value;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set(TEST_SUITE_NAME "lorawan_LoRaWANInterface")
2020
2121# Source files
2222set (unittest-sources
23- ../connectivity/lorawan/LoRaWANInterface.cpp
23+ ../connectivity/lorawan/source / LoRaWANInterface.cpp
2424)
2525
2626# Add test specific include paths
Original file line number Diff line number Diff line change 2222#include " LoRaPHY_stub.h"
2323#include " LoRaMac_stub.h"
2424#include " equeue_stub.h"
25- #include " lorawan_data_structures.h"
25+ #include " system/ lorawan_data_structures.h"
2626
2727static uint8_t batt_level = 0 ;
2828
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set(TEST_SUITE_NAME "lorawan_LoRaWANStack")
2020
2121# Source files
2222set (unittest-sources
23- ../connectivity/lorawan/LoRaWANStack.cpp
23+ ../connectivity/lorawan/source / LoRaWANStack.cpp
2424)
2525
2626# Add test specific include paths
You can’t perform that action at this time.
0 commit comments