mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:03:06 +00:00
Update test lists for winetests too.
svn path=/trunk/; revision=47941
This commit is contained in:
parent
35ea427b73
commit
273ff27b45
4 changed files with 15 additions and 7 deletions
|
@ -12,6 +12,7 @@ extern void func_install(void);
|
|||
extern void func_misc(void);
|
||||
extern void func_parser(void);
|
||||
extern void func_query(void);
|
||||
extern void func_setupcab(void);
|
||||
extern void func_stringtable(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
|
@ -22,6 +23,7 @@ const struct test winetest_testlist[] =
|
|||
{ "misc", func_misc },
|
||||
{ "parser", func_parser },
|
||||
{ "query", func_query },
|
||||
{ "setupcab", func_setupcab },
|
||||
{ "stringtable", func_stringtable },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue