|
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_include.h"#include <amxc/amxc_macros.h>Go to the source code of this file.
Functions | |
| void | test_can_include_empty_file (UNUSED void **state) |
| void | test_can_include_between_sections (UNUSED void **state) |
| void | test_none_existing_include_file (UNUSED void **state) |
| void | test_none_existing_optional_include_file (UNUSED void **state) |
| void | test_recursive_include_detection (UNUSED void **state) |
| void | test_recursive_dir_include_detection (UNUSED void **state) |
| void | test_include_absolute_path (UNUSED void **state) |
| void | test_post_include (UNUSED void **state) |
| void | test_can_include_directory (UNUSED void **state) |
| void | test_empty_directory (UNUSED void **state) |
| void | test_conditional_include_with_empty_directory_takes_second (UNUSED void **state) |
| void | test_composite_config_options_are_extended (UNUSED void **state) |
| void | test_global_nested_include (UNUSED void **state) |
| void test_can_include_between_sections | ( | UNUSED void ** | state | ) |
Definition at line 96 of file test_include.c.
| void test_can_include_directory | ( | UNUSED void ** | state | ) |
Definition at line 228 of file test_include.c.
| void test_can_include_empty_file | ( | UNUSED void ** | state | ) |
Definition at line 81 of file test_include.c.
| void test_composite_config_options_are_extended | ( | UNUSED void ** | state | ) |
Definition at line 281 of file test_include.c.
| void test_conditional_include_with_empty_directory_takes_second | ( | UNUSED void ** | state | ) |
Definition at line 262 of file test_include.c.
| void test_empty_directory | ( | UNUSED void ** | state | ) |
Definition at line 248 of file test_include.c.
| void test_global_nested_include | ( | UNUSED void ** | state | ) |
Definition at line 298 of file test_include.c.
| void test_include_absolute_path | ( | UNUSED void ** | state | ) |
Definition at line 178 of file test_include.c.
| void test_none_existing_include_file | ( | UNUSED void ** | state | ) |
Definition at line 118 of file test_include.c.
| void test_none_existing_optional_include_file | ( | UNUSED void ** | state | ) |
Definition at line 133 of file test_include.c.
| void test_post_include | ( | UNUSED void ** | state | ) |
Definition at line 200 of file test_include.c.
| void test_recursive_dir_include_detection | ( | UNUSED void ** | state | ) |
Definition at line 163 of file test_include.c.
| void test_recursive_include_detection | ( | UNUSED void ** | state | ) |
Definition at line 148 of file test_include.c.