Skip to content

Commit cc0eb22

Browse files
rajkan01LDong-Arm
andauthored
Apply suggestions from code review
Commit the reviewer suggestions Co-authored-by: Lingkai Dong <[email protected]>
1 parent d73a37b commit cc0eb22

File tree

10 files changed

+0
-13
lines changed

10 files changed

+0
-13
lines changed

UNITTESTS/features/cellular/framework/AT/at_cellularcontext/unittest.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ set(unittest-includes ${unittest-includes}
99
../features/cellular/framework/common
1010
../features/cellular/framework/AT
1111
../features/cellular/framework/device
12-
../features/cellular
1312
)
1413

1514
# Source files

UNITTESTS/features/cellular/framework/AT/at_cellulardevice/unittest.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ set(unittest-includes ${unittest-includes}
1212
../features/frameworks/mbed-client-randlib/mbed-client-randlib
1313
../drivers
1414
../hal
15-
../features/cellular
1615
)
1716

1817
# Source files
@@ -60,4 +59,3 @@ set(unittest-test-flags
6059
-DMBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE=115200
6160
-DMBED_CONF_CELLULAR_USE_SMS=1
6261
)
63-

UNITTESTS/features/cellular/framework/AT/at_cellularinformation/unittest.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ set(unittest-includes ${unittest-includes}
99
../features/cellular/framework/common
1010
../features/cellular/framework/AT
1111
../features/frameworks/mbed-client-randlib/mbed-client-randlib
12-
../features/cellular
1312
)
1413

1514
# Source files

UNITTESTS/features/cellular/framework/AT/at_cellularnetwork/unittest.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ set(unittest-includes ${unittest-includes}
99
../features/cellular/framework/common
1010
../features/cellular/framework/AT
1111
../features/frameworks/mbed-client-randlib/mbed-client-randlib
12-
../features/cellular
1312
)
1413

1514
# Source files

UNITTESTS/features/cellular/framework/AT/at_cellularsms/unittest.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ set(unittest-includes ${unittest-includes}
99
../features/cellular/framework/common
1010
../features/cellular/framework/AT
1111
../features/frameworks/mbed-client-randlib/mbed-client-randlib
12-
../features/cellular
1312
)
1413

1514
# Source files

UNITTESTS/features/cellular/framework/AT/at_cellularstack/unittest.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ set(unittest-includes ${unittest-includes}
99
../features/cellular/framework/common
1010
../features/cellular/framework/AT
1111
../features/frameworks/mbed-client-randlib/mbed-client-randlib
12-
../features/cellular
1312
)
1413

1514
# Source files
@@ -51,4 +50,3 @@ set(unittest-test-flags
5150
-DDEVICE_INTERRUPTIN=1
5251
-DMBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE=115200
5352
)
54-

UNITTESTS/features/cellular/framework/device/cellularcontext/unittest.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ set(unittest-includes ${unittest-includes}
88
/features/cellular/framework/device/cellulardevice
99
../features/cellular/framework/device
1010
../features/cellular/framework/common
11-
../features/cellular
1211
)
1312

1413
# Source files

UNITTESTS/features/cellular/framework/device/cellulardevice/unittest.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ set(unittest-includes ${unittest-includes}
88
/features/cellular/framework/device/cellulardevice
99
../features/cellular/framework/device
1010
../features/cellular/framework/common
11-
../features/cellular
1211
)
1312

1413
# Source files
@@ -49,4 +48,3 @@ set(unittest-test-flags
4948
-DDEVICE_SERIAL=1
5049
-DDEVICE_INTERRUPTIN=1
5150
)
52-

UNITTESTS/features/cellular/framework/device/cellularstatemachine/unittest.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ set(unittest-includes ${unittest-includes}
88
/features/cellular/framework/device/cellularstatemachine
99
../features/cellular/framework/device
1010
../features/cellular/framework/common
11-
../features/cellular
1211
)
1312

1413
# Source files

connectivity/netsocket/tests/UNITTESTS/netsocket/CellularNonIPSocket/unittest.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
# Add test specific include paths
77
set(unittest-includes ${unittest-includes}
8-
../features/cellular
98
)
109

1110
set(unittest-sources

0 commit comments

Comments
 (0)