reactos/rostests/apitests/dnsapi/testlist.c
Thomas Faber 2d22483bef [DNSAPI_APITEST]
- Add a test for DnsQuery. Patch by Víctor Martínez Calvo, with additional tests and fixes by me.
ROSTESTS-226 #resolve

svn path=/trunk/; revision=71709
2016-07-01 14:44:55 +00:00

11 lines
168 B
C

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