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

13 lines
215 B
C

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