File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
UNITTESTS/features/netsocket Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ set(unittest-sources
7
7
../features/netsocket/SocketAddress.cpp
8
8
../features/netsocket/NetworkStack.cpp
9
9
../features/netsocket/InternetSocket.cpp
10
+ ../features/netsocket/InternetDatagramSocket.cpp
10
11
../features/netsocket/UDPSocket.cpp
11
12
../features/netsocket/DTLSSocket.cpp
12
13
../features/netsocket/DTLSSocketWrapper.cpp
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ set(unittest-sources
7
7
../features/netsocket/SocketAddress.cpp
8
8
../features/netsocket/NetworkStack.cpp
9
9
../features/netsocket/InternetSocket.cpp
10
+ ../features/netsocket/InternetDatagramSocket.cpp
10
11
../features/netsocket/UDPSocket.cpp
11
12
../features/netsocket/DTLSSocketWrapper.cpp
12
13
../features/netsocket/TLSSocketWrapper.cpp
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ set(unittest-sources
7
7
../features/netsocket/SocketAddress.cpp
8
8
../features/netsocket/NetworkStack.cpp
9
9
../features/netsocket/InternetSocket.cpp
10
+ ../features/netsocket/InternetDatagramSocket.cpp
10
11
../features/netsocket/UDPSocket.cpp
11
12
../features/frameworks/nanostack-libservice/source/libip4string/ip4tos.c
12
13
../features/frameworks/nanostack-libservice/source/libip6string/ip6tos.c
You can’t perform that action at this time.
0 commit comments