reactos/rostests/apitests/iphlpapi/testlist.c
Pierre Schweitzer 1fe3047f6b [IPHLPAPI_APITEST]
Add a new apitest for iphlpapi.dll.
It includes tests for testing the SendARP() and its underlying IOCTL.

Tested against W2K3.
Obviously, most of these tests fail on ReactOS.

svn path=/trunk/; revision=70210
2015-11-29 19:31:33 +00:00

15 lines
204 B
C

#define __ROS_LONG64__
#define STANDALONE
#include <apitest.h>
extern void func_SendARP(void);
const struct test winetest_testlist[] =
{
{ "SendARP", func_SendARP },
{ 0, 0 }
};