reactos/rostests/drivers/tcpip/testlist.c
Jérôme Gardou e7ed762d4b [ROSTESTS]
- Add tcpip_drvtest, for now only testing the IOCTL behind iphlpapi's GetInterfaceInfo

svn path=/trunk/; revision=65547
2014-12-02 18:06:57 +00:00

15 lines
209 B
C

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