reactos/modules/rostests/apitests/iphlpapi/testlist.c

23 lines
670 B
C
Raw Normal View History

#define __ROS_LONG64__
#define STANDALONE
#include <apitest.h>
extern void func_AllocateAndGetTcpExTable2FromStack(void);
extern void func_GetInterfaceName(void);
extern void func_GetNetworkParams(void);
extern void func_icmp(void);
extern void func_SendARP(void);
const struct test winetest_testlist[] =
{
{ "AllocateAndGetTcpExTable2FromStack", func_AllocateAndGetTcpExTable2FromStack },
{ "GetInterfaceName", func_GetInterfaceName },
{ "GetNetworkParams", func_GetNetworkParams },
{ "icmp", func_icmp },
{ "SendARP", func_SendARP },
{ 0, 0 }
};