Motr  M0
walk.c File Reference
#include "conf/walk.h"
#include "conf/ut/common.h"
#include "ut/misc.h"
#include "ut/ut.h"
Include dependency graph for walk.c:

Go to the source code of this file.

Functions

static int conf_ut_count_nondirs (struct m0_conf_obj *obj, void *args)
 
static void test_conf_walk (void)
 

Variables

struct m0_ut_suite conf_walk_ut
 

Function Documentation

◆ conf_ut_count_nondirs()

static int conf_ut_count_nondirs ( struct m0_conf_obj obj,
void *  args 
)
static

Definition at line 27 of file walk.c.

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

◆ test_conf_walk()

static void test_conf_walk ( void  )
static

Definition at line 34 of file walk.c.

Here is the call graph for this function:

Variable Documentation

◆ conf_walk_ut

struct m0_ut_suite conf_walk_ut
Initial value:
= {
.ts_name = "conf-walk-ut",
.ts_tests = {
{ "walk", test_conf_walk },
{ NULL, NULL }
}
}
M0_INTERNAL int m0_conf_ut_cache_init(void)
Definition: common.c:107
#define NULL
Definition: misc.h:38
static void test_conf_walk(void)
Definition: walk.c:34
M0_INTERNAL int m0_conf_ut_cache_fini(void)
Definition: common.c:114

Definition at line 53 of file walk.c.