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

Go to the source code of this file.

Functions

void test_register_function (void)
void test_register_with_too_long_name (void)
void test_register_by_absolute_path (void)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)
void test_register_too_long_name (void)

Function Documentation

void cut_setup ( void  )

Definition at line 68 of file test-plugin.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

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

void cut_startup ( void  )

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

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 97 of file test-plugin.c.

Here is the call graph for this function:

void test_register_by_absolute_path ( void  )

Definition at line 171 of file test-plugin.c.

void test_register_function ( void  )

Definition at line 109 of file test-plugin.c.

void test_register_too_long_name ( void  )

Definition at line 122 of file test-plugin.c.

void test_register_with_too_long_name ( void  )