PatchworkOS  69292a3
A non-POSIX operating system.
Loading...
Searching...
No Matches
test_t Struct Reference

Structure representing a test case. More...

#include <test.h>

Collaboration diagram for test_t:

Data Fields

const char * name
 
test_func_t func
 

Detailed Description

Structure representing a test case.

Definition at line 28 of file test.h.

Field Documentation

◆ name

const char* test_t::name

Definition at line 30 of file test.h.

◆ func

test_func_t test_t::func

Definition at line 31 of file test.h.


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