#include <ctx.h>
#include <db.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 cut_assert_ensure_context |
( |
| ) |
|
#define cut_assert_ensure_database |
( |
| ) |
|
Value:do \
{ \
cut_assert_ensure_context(); \
} \
} while (0)
Definition at line 71 of file test-context.c.
Function Documentation
void cut_teardown |
( |
void |
| ) |
|
void test_at_nonexistent |
( |
void |
| ) |
|
void test_command_version |
( |
void |
| ) |
|
void test_dynamic_malloc_change |
( |
void |
| ) |
|
void test_support_lzo |
( |
void |
| ) |
|
void test_support_zlib |
( |
void |
| ) |
|