2015-11-29 19:31:33 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
2018-11-29 07:42:13 +00:00
|
|
|
GetExtendedTcpTable.c
|
2018-12-21 18:05:07 +00:00
|
|
|
GetExtendedUdpTable.c
|
2017-11-25 17:06:21 +00:00
|
|
|
GetInterfaceName.c
|
2016-09-28 14:27:48 +00:00
|
|
|
GetNetworkParams.c
|
2018-11-29 18:58:36 +00:00
|
|
|
GetOwnerModuleFromTcpEntry.c
|
2018-12-21 18:16:25 +00:00
|
|
|
GetOwnerModuleFromUdpEntry.c
|
2015-12-04 10:34:24 +00:00
|
|
|
icmp.c
|
2015-11-29 19:31:33 +00:00
|
|
|
SendARP.c
|
|
|
|
testlist.c)
|
|
|
|
|
|
|
|
add_executable(iphlpapi_apitest ${SOURCE})
|
|
|
|
target_link_libraries(iphlpapi_apitest wine ${PSEH_LIB})
|
|
|
|
set_module_type(iphlpapi_apitest win32cui)
|
2018-11-27 20:25:23 +00:00
|
|
|
add_importlibs(iphlpapi_apitest iphlpapi ws2_32 advapi32 msvcrt kernel32 ntdll)
|
2017-01-13 09:24:15 +00:00
|
|
|
add_rostests_file(TARGET iphlpapi_apitest)
|