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

15 lines
310 B
C

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