Motr  M0
iterator_test.c File Reference
#include "lib/errno.h"
#include "ut/ut.h"
#include "lib/memory.h"
#include "fop/fop.h"
#include "fop/ut/iterator_test.h"
#include "fop/ut/iterator_test_xc.h"
#include "rpc/rpc_opcodes.h"
#include "rpc/rpc_machine.h"
#include "xcode/xcode.h"
Include dependency graph for iterator_test.c:

Go to the source code of this file.

Functions

static void fop_fini (void)
 
static int fop_init (void)
 
static void fop_obj_init (struct m0_fop_iterator_test *fop)
 
static void fit_test (void)
 

Variables

static struct m0_fop_type m0_fop_iterator_test_fopt
 
struct m0_ut_suite fit_ut
 

Function Documentation

◆ fit_test()

static void fit_test ( void  )
static

Definition at line 96 of file iterator_test.c.

Here is the call graph for this function:

◆ fop_fini()

static void fop_fini ( void  )
static

Definition at line 41 of file iterator_test.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fop_init()

static int fop_init ( void  )
static

Definition at line 47 of file iterator_test.c.

Here is the caller graph for this function:

◆ fop_obj_init()

static void fop_obj_init ( struct m0_fop_iterator_test fop)
static

Definition at line 66 of file iterator_test.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ fit_ut

struct m0_ut_suite fit_ut
Initial value:
= {
.ts_name = "fit-ut",
.ts_init = NULL,
.ts_fini = NULL,
.ts_tests = {
{ "fop-iterator", fit_test },
{ NULL, NULL }
}
}
#define NULL
Definition: misc.h:38
static void fit_test(void)
Definition: iterator_test.c:96

Definition at line 157 of file iterator_test.c.

◆ m0_fop_iterator_test_fopt

struct m0_fop_type m0_fop_iterator_test_fopt
static

Definition at line 39 of file iterator_test.c.