mirror of https://github.com/ARMmbed/mbed-os.git
Modifying paths in each unit test according to new directory structure
parent
c5ffa220e1
commit
326f1435f4
|
@ -12,7 +12,7 @@ Folders containing files under different permissive license than Apache 2.0 are
|
|||
- [features/FEATURE_PSA/FEATURE_TFM](./features/FEATURE_PSA/FEATURE_TFM) - BSD-3-Clause
|
||||
- [features/FEATURE_PSA/FEATURE_MBED_PSA_SRV/services/attestation](./features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation) - BSD-3-Clause
|
||||
- [features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor](./features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor) - BSD-3-Clause
|
||||
- [connectivity/lorawan](./features/lorawan) - Revised BSD
|
||||
- [connectivity/lorawan](./connectivity/lorawan) - Revised BSD
|
||||
- [connectivity/lwipstack](./connectivity/lwipstack) - BSD-style, MIT-style
|
||||
- [connectivity/nanostack/sal-stack-nanostack](./connectivity/nanostack/sal-stack-nanostack) - BSD-3-Clause
|
||||
- [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaMac")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/mac/LoRaMac.cpp
|
||||
../connectivity/lorawan/lorastack/mac/LoRaMac.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/mac
|
||||
../connectivity/lorawan/lorastack/mac
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaMacChannelPlan")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/mac/LoRaMacChannelPlan.cpp
|
||||
../connectivity/lorawan/lorastack/mac/LoRaMacChannelPlan.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/mac
|
||||
../connectivity/lorawan/lorastack/mac
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaMacCommand")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/mac/LoRaMacCommand.cpp
|
||||
../connectivity/lorawan/lorastack/mac/LoRaMacCommand.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/mac
|
||||
../connectivity/lorawan/lorastack/mac
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaMacCrypto")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/mac/LoRaMacCrypto.cpp
|
||||
../connectivity/lorawan/lorastack/mac/LoRaMacCrypto.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/mac
|
||||
../connectivity/lorawan/lorastack/mac
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaPHY")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/phy/LoRaPHY.cpp
|
||||
../connectivity/lorawan/lorastack/phy/LoRaPHY.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/phy
|
||||
../connectivity/lorawan/lorastack/phy
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaPHYAS923")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/phy/LoRaPHYAS923.cpp
|
||||
../connectivity/lorawan/lorastack/phy/LoRaPHYAS923.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/phy
|
||||
../connectivity/lorawan/lorastack/phy
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaPHYAU915")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/phy/LoRaPHYAU915.cpp
|
||||
../connectivity/lorawan/lorastack/phy/LoRaPHYAU915.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/phy
|
||||
../connectivity/lorawan/lorastack/phy
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaPHYCN470")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/phy/LoRaPHYCN470.cpp
|
||||
../connectivity/lorawan/lorastack/phy/LoRaPHYCN470.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/phy
|
||||
../connectivity/lorawan/lorastack/phy
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaPHYCN779")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/phy/LoRaPHYCN779.cpp
|
||||
../connectivity/lorawan/lorastack/phy/LoRaPHYCN779.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/phy
|
||||
../connectivity/lorawan/lorastack/phy
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaPHYEU433")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/phy/LoRaPHYEU433.cpp
|
||||
../connectivity/lorawan/lorastack/phy/LoRaPHYEU433.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/phy
|
||||
../connectivity/lorawan/lorastack/phy
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaPHYEU868")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/phy/LoRaPHYEU868.cpp
|
||||
../connectivity/lorawan/lorastack/phy/LoRaPHYEU868.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/phy
|
||||
../connectivity/lorawan/lorastack/phy
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaPHYIN865")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/phy/LoRaPHYIN865.cpp
|
||||
../connectivity/lorawan/lorastack/phy/LoRaPHYIN865.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/phy
|
||||
../connectivity/lorawan/lorastack/phy
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaPHYKR920")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/phy/LoRaPHYKR920.cpp
|
||||
../connectivity/lorawan/lorastack/phy/LoRaPHYKR920.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/phy
|
||||
../connectivity/lorawan/lorastack/phy
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaPHYUS915")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/lorastack/phy/LoRaPHYUS915.cpp
|
||||
../connectivity/lorawan/lorastack/phy/LoRaPHYUS915.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/lorastack/phy
|
||||
../connectivity/lorawan/lorastack/phy
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaWANInterface")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/LoRaWANInterface.cpp
|
||||
../connectivity/lorawan/LoRaWANInterface.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan
|
||||
../connectivity/lorawan
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaWANStack")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/LoRaWANStack.cpp
|
||||
../connectivity/lorawan/LoRaWANStack.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan
|
||||
../connectivity/lorawan
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
|
@ -20,13 +20,13 @@ set(TEST_SUITE_NAME "lorawan_LoRaWANTimer")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../features/lorawan/system/LoRaWANTimer.cpp
|
||||
../connectivity/lorawan/system/LoRaWANTimer.cpp
|
||||
)
|
||||
|
||||
# Add test specific include paths
|
||||
set(unittest-includes ${unittest-includes}
|
||||
target_h
|
||||
../features/lorawan/system
|
||||
../connectivity/lorawan/system
|
||||
)
|
||||
|
||||
# Test & stub files
|
||||
|
|
Loading…
Reference in New Issue