ReactOS 0.4.15-dev-7834-g00c4b3d
testlist.c File Reference
#include <wine/test.h>
Include dependency graph for testlist.c:

Go to the source code of this file.

Macros

#define STANDALONE
 

Functions

void func_cstub (void)
 
void func_generated (void)
 
void func_ndr_marshall (void)
 
void func_rpc (void)
 
void func_rpc_async (void)
 
void func_server (void)
 

Variables

const struct test winetest_testlist []
 

Macro Definition Documentation

◆ STANDALONE

#define STANDALONE

Definition at line 3 of file testlist.c.

Function Documentation

◆ func_cstub()

void func_cstub ( void  )

◆ func_generated()

void func_generated ( void  )

◆ func_ndr_marshall()

void func_ndr_marshall ( void  )

◆ func_rpc()

void func_rpc ( void  )

◆ func_rpc_async()

void func_rpc_async ( void  )

◆ func_server()

void func_server ( void  )

Variable Documentation

◆ winetest_testlist

const struct test winetest_testlist[]
Initial value:
=
{
{ "cstub", func_cstub },
{ "generated", func_generated },
{ "ndr_marshall", func_ndr_marshall },
{ "rpc", func_rpc },
{ "rpc_async", func_rpc_async },
{ "server", func_server },
{ 0, 0 }
}
void func_generated(void)
void func_ndr_marshall(void)
void func_cstub(void)
void func_server(void)
void func_rpc_async(void)
void func_rpc(void)

Definition at line 13 of file testlist.c.