reactos/rostests/winetests/scrrun/testlist.c
Amine Khaldi eb17ba28c4 [SCRRUN_WINETEST]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60075
2013-09-13 10:19:51 +00:00

15 lines
301 B
C

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