[IPHLPAPI_APITEST] Add tests for GetOwnerModuleFromUdpEntry
[reactos.git] / modules / rostests / apitests / iphlpapi / CMakeLists.txt
index 8e59d25..8fa7232 100644 (file)
@@ -1,8 +1,11 @@
 
 list(APPEND SOURCE
-    AllocateAndGetTcpExTable2FromStack.c
+    GetExtendedTcpTable.c
+    GetExtendedUdpTable.c
     GetInterfaceName.c
     GetNetworkParams.c
+    GetOwnerModuleFromTcpEntry.c
+    GetOwnerModuleFromUdpEntry.c
     icmp.c
     SendARP.c
     testlist.c)