File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
UNITTESTS/features/netsocket Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ set(unittest-test-sources
31
31
stubs/stoip4_stub.c
32
32
stubs/ip4tos_stub.c
33
33
stubs/Kernel_stub.cpp
34
+ stubs/SocketStats_Stub.cpp
34
35
)
35
36
36
37
set (MBEDTLS_USER_CONFIG_FILE_PATH "\" ../UNITTESTS/features/netsocket/DTLSSocket/dtls_test_config.h\" " )
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ set(unittest-test-sources
30
30
stubs/stoip4_stub.c
31
31
stubs/ip4tos_stub.c
32
32
stubs/Kernel_stub.cpp
33
+ stubs/SocketStats_Stub.cpp
33
34
)
34
35
35
36
set (MBEDTLS_USER_CONFIG_FILE_PATH "\" ../UNITTESTS/features/netsocket/DTLSSocketWrapper/dtls_test_config.h\" " )
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ set(unittest-test-sources
29
29
stubs/EventFlags_stub.cpp
30
30
stubs/stoip4_stub.c
31
31
stubs/ip4tos_stub.c
32
+ stubs/SocketStats_Stub.cpp
32
33
)
33
34
34
35
set (MBEDTLS_USER_CONFIG_FILE_PATH "\" ../UNITTESTS/features/netsocket/TLSSocket/tls_test_config.h\" " )
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ set(unittest-test-sources
28
28
stubs/EventFlags_stub.cpp
29
29
stubs/stoip4_stub.c
30
30
stubs/ip4tos_stub.c
31
+ stubs/SocketStats_Stub.cpp
31
32
)
32
33
33
34
set (MBEDTLS_USER_CONFIG_FILE_PATH "\" ../UNITTESTS/features/netsocket/TLSSocketWrapper/tls_test_config.h\" " )
You can’t perform that action at this time.
0 commit comments