#include "db.h"
#include <stdio.h>
#include <gcutter.h>
#include "../lib/grn-assertions.h"
Go to the source code of this file.
Macros |
#define | INSERT_DOCUMENT(author, body) cut_trace(insert_document(author, body)) |
#define | PARSE(expr, str, flags) |
Macro Definition Documentation
#define INSERT_DOCUMENT |
( |
|
author, |
|
|
|
body |
|
) |
| cut_trace(insert_document(author, body)) |
#define PARSE |
( |
|
expr, |
|
|
|
str, |
|
|
|
flags |
|
) |
| |
Function Documentation
void cut_shutdown |
( |
void |
| ) |
|
void cut_startup |
( |
void |
| ) |
|
void cut_teardown |
( |
void |
| ) |
|
void test_equal_by_existent_reference_key |
( |
void |
| ) |
|
void test_equal_by_nonexistent_reference_key |
( |
void |
| ) |
|
void test_equal_indexed |
( |
void |
| ) |
|
void test_match_equal |
( |
void |
| ) |
|
void test_match_without_index |
( |
void |
| ) |
|
void test_search |
( |
void |
| ) |
|
void test_select |
( |
void |
| ) |
|
void test_select_search |
( |
void |
| ) |
|