Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
test-proc.c File Reference
#include <groonga.h>
#include <gcutter.h>
#include <glib/gstdio.h>
#include "../lib/grn-assertions.h"
Include dependency graph for test-proc.c:

Go to the source code of this file.

Macros

#define ADD_DATA(label, expected, name)

Functions

void data_path (void)
void test_path (gconstpointer data)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define ADD_DATA (   label,
  expected,
  name 
)
Value:
gcut_add_datum(label, \
"expected", G_TYPE_STRING, expected, \
"name", G_TYPE_STRING, name, \
NULL)

Function Documentation

void cut_setup ( void  )

Definition at line 56 of file test-proc.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 44 of file test-proc.c.

void cut_startup ( void  )

Definition at line 36 of file test-proc.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 75 of file test-proc.c.

Here is the call graph for this function:

void data_path ( void  )

Definition at line 90 of file test-proc.c.

void test_path ( gconstpointer  data)

Definition at line 104 of file test-proc.c.

Here is the call graph for this function: