Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
test-expr.c File Reference
#include "db.h"
#include <stdio.h>
#include <gcutter.h>
#include "../lib/grn-assertions.h"
Include dependency graph for test-expr.c:

Go to the source code of this file.

Macros

#define NRECORDS   1000000

Functions

void test_accessor (void)
void test_expr (void)
void test_persistent_expr (void)
void test_expr_query (void)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define NRECORDS   1000000

Definition at line 87 of file test-expr.c.

Function Documentation

void cut_setup ( void  )

Definition at line 53 of file test-expr.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 47 of file test-expr.c.

void cut_startup ( void  )

Definition at line 39 of file test-expr.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 70 of file test-expr.c.

Here is the call graph for this function:

void test_accessor ( void  )

Definition at line 90 of file test-expr.c.

Here is the call graph for this function:

void test_expr ( void  )

Definition at line 144 of file test-expr.c.

Here is the call graph for this function:

void test_expr_query ( void  )

Definition at line 314 of file test-expr.c.

Here is the call graph for this function:

void test_persistent_expr ( void  )