reactos/modules/rostests/winetests/dnsapi/testlist.c

15 lines
268 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include <wine/test.h>
extern void func_name(void);
extern void func_record(void);
const struct test winetest_testlist[] =
{
{ "name", func_name },
{ "record", func_record },
{ 0, 0 }
};