mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:11:49 +00:00
Move and reshuffle reactos/regtetsts into rostests. 1/2
svn path=/trunk/; revision=26014
This commit is contained in:
parent
d5b244c7cc
commit
33c6673cfb
201 changed files with 84137 additions and 0 deletions
15
rostests/winetests/psapi/testlist.c
Normal file
15
rostests/winetests/psapi/testlist.c
Normal file
|
@ -0,0 +1,15 @@
|
|||
/* Automatically generated file; DO NOT EDIT!! */
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#define STANDALONE
|
||||
#include "wine/test.h"
|
||||
|
||||
extern void func_psapi_main(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "psapi_main", func_psapi_main },
|
||||
{ 0, 0 }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue