projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[SXS_WINETEST]
[reactos.git]
/
rostests
/
winetests
/
sxs
/
testlist.c
1
/* Automatically generated file; DO NOT EDIT!! */
2
3
#define STANDALONE
4
#include <wine/test.h>
5
6
extern
void
func_cache
(
void
);
7
extern
void
func_name
(
void
);
8
9
const struct
test winetest_testlist
[] =
10
{
11
{
"cache"
,
func_cache
},
12
{
"name"
,
func_name
},
13
{
0
,
0
}
14
};