ReactOS 0.4.15-dev-7942-gd23573b
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_protocol (void)
 
void func_sock (void)
 

Variables

const struct test winetest_testlist []
 

Macro Definition Documentation

◆ STANDALONE

#define STANDALONE

Definition at line 3 of file testlist.c.

Function Documentation

◆ func_protocol()

void func_protocol ( void  )

◆ func_sock()

void func_sock ( void  )

Variable Documentation

◆ winetest_testlist

const struct test winetest_testlist[]
Initial value:
=
{
{ "protocol", func_protocol },
{ "sock", func_sock },
{ 0, 0 }
}
void func_protocol(void)
void func_sock(void)

Definition at line 9 of file testlist.c.