Skip to content

Commit 09f4d0b

Browse files
author
Deepika
committed
Add stats stub functions to rest of the cmake files
1 parent 2df0289 commit 09f4d0b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

UNITTESTS/features/netsocket/DTLSSocket/unittest.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ set(unittest-test-sources
3131
stubs/stoip4_stub.c
3232
stubs/ip4tos_stub.c
3333
stubs/Kernel_stub.cpp
34+
stubs/SocketStats_Stub.cpp
3435
)
3536

3637
set(MBEDTLS_USER_CONFIG_FILE_PATH "\"../UNITTESTS/features/netsocket/DTLSSocket/dtls_test_config.h\"")

UNITTESTS/features/netsocket/DTLSSocketWrapper/unittest.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ set(unittest-test-sources
3030
stubs/stoip4_stub.c
3131
stubs/ip4tos_stub.c
3232
stubs/Kernel_stub.cpp
33+
stubs/SocketStats_Stub.cpp
3334
)
3435

3536
set(MBEDTLS_USER_CONFIG_FILE_PATH "\"../UNITTESTS/features/netsocket/DTLSSocketWrapper/dtls_test_config.h\"")

UNITTESTS/features/netsocket/TLSSocket/unittest.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ set(unittest-test-sources
2929
stubs/EventFlags_stub.cpp
3030
stubs/stoip4_stub.c
3131
stubs/ip4tos_stub.c
32+
stubs/SocketStats_Stub.cpp
3233
)
3334

3435
set(MBEDTLS_USER_CONFIG_FILE_PATH "\"../UNITTESTS/features/netsocket/TLSSocket/tls_test_config.h\"")

UNITTESTS/features/netsocket/TLSSocketWrapper/unittest.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ set(unittest-test-sources
2828
stubs/EventFlags_stub.cpp
2929
stubs/stoip4_stub.c
3030
stubs/ip4tos_stub.c
31+
stubs/SocketStats_Stub.cpp
3132
)
3233

3334
set(MBEDTLS_USER_CONFIG_FILE_PATH "\"../UNITTESTS/features/netsocket/TLSSocketWrapper/tls_test_config.h\"")

0 commit comments

Comments
 (0)