Motr  M0
m0_ut Struct Reference

#include <ut.h>

Collaboration diagram for m0_ut:
Collaboration graph

Data Fields

const char * t_name
 
void(* t_proc )(void)
 
const char * t_owner
 
bool t_enabled
 

Detailed Description

structure to define test in test suite.

Definition at line 64 of file ut.h.

Field Documentation

◆ t_enabled

bool t_enabled

indicates whether test is enabled for execution

Definition at line 72 of file ut.h.

◆ t_name

const char* t_name

name of the test, must be unique

Definition at line 66 of file ut.h.

◆ t_owner

const char* t_owner

test's owner name

Definition at line 70 of file ut.h.

◆ t_proc

void(* t_proc) (void)

pointer to testing procedure

Definition at line 68 of file ut.h.


The documentation for this struct was generated from the following file: