#include <groonga.h>
#include <gcutter.h>
#include <glib/gstdio.h>
#include "../lib/grn-assertions.h"
Go to the source code of this file.
Macro Definition Documentation
#define ADD_DATA |
( |
|
label, |
|
|
|
flags |
|
) |
| |
Value:gcut_add_datum(label, \
"flags", G_TYPE_INT, flags, \
NULL)
#define ADD_DATA |
( |
|
label, |
|
|
|
table_type, |
|
|
|
key |
|
) |
| |
Value:gcut_add_datum(label, \
"table_type", G_TYPE_STRING, table_type, \
"key", G_TYPE_STRING, key, \
NULL)
Function Documentation
void cut_shutdown |
( |
void |
| ) |
|
void cut_startup |
( |
void |
| ) |
|
void cut_teardown |
( |
void |
| ) |
|
void data_normalize |
( |
void |
| ) |
|
void test_normalize |
( |
gconstpointer |
data | ) |
|
void test_table |
( |
gconstpointer |
data | ) |
|