Motr  M0
module.c File Reference
#include "net/module.h"
#include "module/instance.h"
#include "lib/memory.h"
#include "ut/ut.h"
Include dependency graph for module.c:

Go to the source code of this file.

Functions

static void test_net_modules (void)
 

Variables

struct m0_ut_suite m0_net_module_ut
 

Function Documentation

◆ test_net_modules()

static void test_net_modules ( void  )
static

Definition at line 27 of file module.c.

Here is the call graph for this function:

Variable Documentation

◆ m0_net_module_ut

struct m0_ut_suite m0_net_module_ut
Initial value:
= {
.ts_name = "net-module",
.ts_tests = {
{ "test", test_net_modules },
{ NULL, NULL }
}
}
#define NULL
Definition: misc.h:38
static void test_net_modules(void)
Definition: module.c:27

Definition at line 56 of file module.c.