File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ For example to create a unit test for `rtos/Semaphore.cpp`:
225
225
1 . Create a directory for unit test files in ` UNITTESTS/rtos/Semaphore ` .
226
226
2 . Create a test definition file ` UNITTESTS/rtos/Semaphore/unittest.cmake ` with the following content:
227
227
```
228
- set(TEST_SUITE_NAME "rtos_Semaphore ")
228
+ set(TEST_SUITE_NAME "rtos-Semaphore ")
229
229
230
230
set(unittest-sources
231
231
stubs/mbed_assert.c
Original file line number Diff line number Diff line change 4
4
####################
5
5
6
6
# Unit test suite name
7
- set (TEST_SUITE_NAME "cellular_framework_AT_AT_CellularBase " )
7
+ set (TEST_SUITE_NAME "cellular-framework-AT-AT_CellularBase " )
8
8
9
9
# Add test specific include paths
10
10
set (unittest-includes ${unittest-includes}
Original file line number Diff line number Diff line change 4
4
####################
5
5
6
6
# Unit test suite name
7
- set (TEST_SUITE_NAME "cellular_framework_common_util " )
7
+ set (TEST_SUITE_NAME "cellular-framework-common-util " )
8
8
9
9
# Add test specific include paths
10
10
set (unittest-includes ${unittest-includes}
Original file line number Diff line number Diff line change 4
4
####################
5
5
6
6
# Unit test suite name
7
- set (TEST_SUITE_NAME "features_netsocket_InternetSocket " )
7
+ set (TEST_SUITE_NAME "features-netsocket-InternetSocket " )
8
8
9
9
set (unittest-sources
10
10
../features/netsocket/SocketAddress.cpp
Original file line number Diff line number Diff line change 4
4
####################
5
5
6
6
# Unit test suite name
7
- set (TEST_SUITE_NAME "features_netsocket_NetworkInterface " )
7
+ set (TEST_SUITE_NAME "features-netsocket-NetworkInterface " )
8
8
9
9
# Source files
10
10
set (unittest-sources
Original file line number Diff line number Diff line change 4
4
####################
5
5
6
6
# Unit test suite name
7
- set (TEST_SUITE_NAME "features_netsocket_TCPSocket " )
7
+ set (TEST_SUITE_NAME "features-netsocket-TCPSocket " )
8
8
9
9
set (unittest-sources
10
10
../features/netsocket/SocketAddress.cpp
Original file line number Diff line number Diff line change 4
4
####################
5
5
6
6
# Unit test suite name
7
- set (TEST_SUITE_NAME "features_netsocket_UDPSocket " )
7
+ set (TEST_SUITE_NAME "features-netsocket-UDPSocket " )
8
8
9
9
set (unittest-sources
10
10
../features/netsocket/SocketAddress.cpp
Original file line number Diff line number Diff line change 4
4
####################
5
5
6
6
# Unit test suite name
7
- set (TEST_SUITE_NAME "platform_CircularBuffer " )
7
+ set (TEST_SUITE_NAME "platform-CircularBuffer " )
8
8
9
9
set (unittest-sources
10
10
)
You can’t perform that action at this time.
0 commit comments