mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:52:05 +00:00
[VBSCRIPT_WINETEST]
* Import from Wine 1.5.26. svn path=/trunk/; revision=59018
This commit is contained in:
parent
ae89b1ca95
commit
0af75befc5
12 changed files with 6021 additions and 0 deletions
16
rostests/winetests/vbscript/testlist.c
Normal file
16
rostests/winetests/vbscript/testlist.c
Normal file
|
@ -0,0 +1,16 @@
|
|||
/* Automatically generated file; DO NOT EDIT!! */
|
||||
|
||||
#define STANDALONE
|
||||
#include <wine/test.h>
|
||||
|
||||
extern void func_createobj(void);
|
||||
extern void func_run(void);
|
||||
extern void func_vbscript(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "createobj", func_createobj },
|
||||
{ "run", func_run },
|
||||
{ "vbscript", func_vbscript },
|
||||
{ 0, 0 }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue