Skip to content

Commit 2d410e3

Browse files
committed
Rebase the code Unittests aware of InternetDatagramSocket
1 parent 5b92916 commit 2d410e3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

UNITTESTS/features/netsocket/DTLSSocket/unittest.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set(unittest-sources
77
../features/netsocket/SocketAddress.cpp
88
../features/netsocket/NetworkStack.cpp
99
../features/netsocket/InternetSocket.cpp
10+
../features/netsocket/InternetDatagramSocket.cpp
1011
../features/netsocket/UDPSocket.cpp
1112
../features/netsocket/DTLSSocket.cpp
1213
../features/netsocket/DTLSSocketWrapper.cpp

UNITTESTS/features/netsocket/DTLSSocketWrapper/unittest.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set(unittest-sources
77
../features/netsocket/SocketAddress.cpp
88
../features/netsocket/NetworkStack.cpp
99
../features/netsocket/InternetSocket.cpp
10+
../features/netsocket/InternetDatagramSocket.cpp
1011
../features/netsocket/UDPSocket.cpp
1112
../features/netsocket/DTLSSocketWrapper.cpp
1213
../features/netsocket/TLSSocketWrapper.cpp

UNITTESTS/features/netsocket/UDPSocket/unittest.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set(unittest-sources
77
../features/netsocket/SocketAddress.cpp
88
../features/netsocket/NetworkStack.cpp
99
../features/netsocket/InternetSocket.cpp
10+
../features/netsocket/InternetDatagramSocket.cpp
1011
../features/netsocket/UDPSocket.cpp
1112
../features/frameworks/nanostack-libservice/source/libip4string/ip4tos.c
1213
../features/frameworks/nanostack-libservice/source/libip6string/ip6tos.c

0 commit comments

Comments
 (0)