Motr  M0
udb_ut.c File Reference
#include "lib/types.h"
#include "ut/ut.h"
#include "lib/misc.h"
#include "udb/udb.h"
Include dependency graph for udb_ut.c:

Go to the source code of this file.

Functions

static void cred_init (struct m0_udb_cred *cred, enum m0_udb_cred_type type, struct m0_udb_domain *dom)
 
static void cred_fini (struct m0_udb_cred *cred)
 
static void udb_test (void)
 

Variables

struct m0_ut_suite udb_ut
 

Function Documentation

◆ cred_fini()

static void cred_fini ( struct m0_udb_cred cred)
static

Definition at line 36 of file udb_ut.c.

Here is the caller graph for this function:

◆ cred_init()

static void cred_init ( struct m0_udb_cred cred,
enum m0_udb_cred_type  type,
struct m0_udb_domain dom 
)
static

Definition at line 28 of file udb_ut.c.

Here is the caller graph for this function:

◆ udb_test()

static void udb_test ( void  )
static

Definition at line 51 of file udb_ut.c.

Here is the call graph for this function:

Variable Documentation

◆ udb_ut

struct m0_ut_suite udb_ut
Initial value:
= {
.ts_name = "udb-ut",
.ts_init = NULL,
.ts_fini = NULL,
.ts_tests = {
{ "udb", udb_test },
{ NULL, NULL }
}
}
#define NULL
Definition: misc.h:38
static void udb_test(void)
Definition: udb_ut.c:51

Definition at line 109 of file udb_ut.c.