VSF Documented
Data Structures | Macros | Typedefs | Functions
vsf_test_shell.h File Reference
#include "vsf.h"

Go to the source code of this file.

Data Structures

struct  vsf_test_shell_t
 

Macros

#define VSF_TEST_SHELL_MAX_MATCHES   96
 

Typedefs

typedef struct vsf_test_suite_t vsf_test_suite_t
 
typedef struct vsf_test_inst_t vsf_test_inst_t
 
typedef struct vsf_test_shell_t vsf_test_shell_t
 

Functions

void vsf_test_shell_init (vsf_test_shell_t *shell, const vsf_test_suite_t **suites, uint8_t suite_count, const vsf_test_inst_t *instances, uint8_t instance_count)
 
void vsf_test_shell_run (vsf_test_shell_t *shell)
 

Macro Definition Documentation

◆ VSF_TEST_SHELL_MAX_MATCHES

#define VSF_TEST_SHELL_MAX_MATCHES   96

Typedef Documentation

◆ vsf_test_suite_t

◆ vsf_test_inst_t

◆ vsf_test_shell_t

Function Documentation

◆ vsf_test_shell_init()

void vsf_test_shell_init ( vsf_test_shell_t shell,
const vsf_test_suite_t **  suites,
uint8_t  suite_count,
const vsf_test_inst_t instances,
uint8_t  instance_count 
)

◆ vsf_test_shell_run()

void vsf_test_shell_run ( vsf_test_shell_t shell)
Generated from commit: vsfteam/vsf@3b461d0