Groonga 3.0.9 Source Code Document
|
#include <groonga.h>
#include <gcutter.h>
#include <glib/gstdio.h>
#include "../lib/grn-assertions.h"
Go to the source code of this file.
Macros | |
#define | create_db() |
#define | open_context() |
#define | cut_assert_open_context() |
Functions | |
void | test_load (void) |
void | cut_setup (void) |
void | cut_teardown (void) |
#define create_db | ( | ) |
Definition at line 78 of file test-public-context.c.
#define cut_assert_open_context | ( | ) |
Definition at line 93 of file test-public-context.c.
#define open_context | ( | ) |
Definition at line 87 of file test-public-context.c.
void cut_setup | ( | void | ) |
void cut_teardown | ( | void | ) |
void test_load | ( | void | ) |