|
VSF Documented
|
#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) |
| #define VSF_TEST_SHELL_MAX_MATCHES 96 |
| 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 |
| 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 | ) |