|
libamxrt
0.4.2
Ambiorix Run Time Library
|
#include <stdlib.h>#include <stdio.h>#include <setjmp.h>#include <stdarg.h>#include <cmocka.h>#include "test_amxrt_config.h"Go to the source code of this file.
Functions | |
| int | test_config_setup (UNUSED void **state) |
| int | test_config_teardown (UNUSED void **state) |
| void | test_config_init (UNUSED void **state) |
| void | test_config_can_use_env_vars (UNUSED void **state) |
| void | test_invalid_options (UNUSED void **state) |
| void test_config_can_use_env_vars | ( | UNUSED void ** | state | ) |
Definition at line 124 of file test_amxrt_config.c.
| void test_config_init | ( | UNUSED void ** | state | ) |
Definition at line 72 of file test_amxrt_config.c.
| int test_config_setup | ( | UNUSED void ** | state | ) |
Definition at line 62 of file test_amxrt_config.c.
| int test_config_teardown | ( | UNUSED void ** | state | ) |
Definition at line 67 of file test_amxrt_config.c.
| void test_invalid_options | ( | UNUSED void ** | state | ) |
Definition at line 143 of file test_amxrt_config.c.