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

Go to the source code of this file.

Functions

void test_simple (void)
void test_with_long_path (void)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)
void test_create_simple (void)
void test_create_with_long_path (void)

Function Documentation

void cut_setup ( void  )

Definition at line 58 of file test-database-create.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 46 of file test-database-create.c.

void cut_startup ( void  )

Definition at line 38 of file test-database-create.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 73 of file test-database-create.c.

Here is the call graph for this function:

void test_create_simple ( void  )

Definition at line 96 of file test-database-create.c.

Here is the call graph for this function:

void test_create_with_long_path ( void  )

Definition at line 104 of file test-database-create.c.

Here is the call graph for this function:

void test_simple ( void  )
void test_with_long_path ( void  )