reactos/modules/rostests/win32/cmd/testlist.c

13 lines
218 B
C
Raw Normal View History

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