#include <hash.h>
#include <pat.h>
#include <gcutter.h>
#include "../lib/grn-assertions.h"
Go to the source code of this file.
Macro Definition Documentation
#define RESTORE_ENV_VALUE |
( |
|
var_name, |
|
|
|
macro_name |
|
) |
| |
Value:do \
{ \
if (env_ ## var_name) { \
g_setenv(GRN_TEST_ENV_ ## macro_name, env_ ## var_name,
TRUE); \
g_free(env_ ## var_name); \
} else { \
g_unsetenv(GRN_TEST_ENV_ ## macro_name); \
} \
} while(0)
#define SAVE_ENV_VALUE |
( |
|
var_name, |
|
|
|
macro_name |
|
) |
| env_ ## var_name = g_strdup(g_getenv(GRN_TEST_ENV_ ## macro_name)) |
Typedef Documentation
Function Documentation
void cut_teardown |
( |
void |
| ) |
|
void data_patricia_trie |
( |
void |
| ) |
|
void test_hash |
( |
gconstpointer |
test_data | ) |
|
void test_patricia_trie |
( |
gconstpointer |
test_data | ) |
|