#include "../../../config.h"
#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_DATUM |
( |
|
expected, |
|
|
|
name |
|
) |
| |
Value:gcut_add_datum((expected ? "built-in - " name : "custom - " name), \
"expected", G_TYPE_BOOLEAN, expected, \
"name", G_TYPE_STRING, name, \
NULL)
Function Documentation
void cut_shutdown |
( |
void |
| ) |
|
void cut_startup |
( |
void |
| ) |
|
void cut_teardown |
( |
void |
| ) |
|
void data_is_builtin |
( |
void |
| ) |
|
void test_is_builtin |
( |
gconstpointer |
data | ) |
|