|
libamxo
4.3.4
Object Definition Language (ODL) parsing
|
#include <sys/time.h>#include <sys/resource.h>#include <sys/types.h>#include <sys/stat.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <stddef.h>#include <setjmp.h>#include <inttypes.h>#include <limits.h>#include <unistd.h>#include <fcntl.h>#include <cmocka.h>#include <amxc/amxc.h>#include <amxp/amxp_signal.h>#include <amxd/amxd_dm.h>#include <amxd/amxd_object.h>#include <amxd/amxd_parameter.h>#include <amxo/amxo.h>#include "test_config_section.h"#include <amxc/amxc_macros.h>Go to the source code of this file.
Functions | |
| void | test_parsing_array (UNUSED void **state) |
| void | test_parsing_key_value_pairs (UNUSED void **state) |
| void | test_global_setting_are_made_available_in_main_odl (UNUSED void **state) |
| void | test_can_set_configuration_using_path (UNUSED void **state) |
| void | test_can_set_configuration_data_using_path (UNUSED void **state) |
| void test_can_set_configuration_data_using_path | ( | UNUSED void ** | state | ) |
Definition at line 273 of file test_config_section.c.
| void test_can_set_configuration_using_path | ( | UNUSED void ** | state | ) |
Definition at line 237 of file test_config_section.c.
| void test_global_setting_are_made_available_in_main_odl | ( | UNUSED void ** | state | ) |
Definition at line 201 of file test_config_section.c.
| void test_parsing_array | ( | UNUSED void ** | state | ) |
Definition at line 81 of file test_config_section.c.
| void test_parsing_key_value_pairs | ( | UNUSED void ** | state | ) |
Definition at line 139 of file test_config_section.c.