libamxo  4.3.4
Object Definition Language (ODL) parsing
test_include.h File Reference

Go to the source code of this file.

Functions

void test_can_include_empty_file (void **state)
 
void test_can_include_between_sections (void **state)
 
void test_none_existing_include_file (void **state)
 
void test_none_existing_optional_include_file (void **state)
 
void test_recursive_include_detection (void **state)
 
void test_recursive_dir_include_detection (void **state)
 
void test_include_absolute_path (void **state)
 
void test_post_include (void **state)
 
void test_can_include_directory (void **state)
 
void test_empty_directory (void **state)
 
void test_conditional_include_with_empty_directory_takes_second (void **state)
 
void test_composite_config_options_are_extended (void **state)
 
void test_global_nested_include (void **state)
 

Function Documentation

◆ test_can_include_between_sections()

void test_can_include_between_sections ( void **  state)

◆ test_can_include_directory()

void test_can_include_directory ( void **  state)

◆ test_can_include_empty_file()

void test_can_include_empty_file ( void **  state)

◆ test_composite_config_options_are_extended()

void test_composite_config_options_are_extended ( void **  state)

◆ test_conditional_include_with_empty_directory_takes_second()

void test_conditional_include_with_empty_directory_takes_second ( void **  state)

◆ test_empty_directory()

void test_empty_directory ( void **  state)

◆ test_global_nested_include()

void test_global_nested_include ( void **  state)

◆ test_include_absolute_path()

void test_include_absolute_path ( void **  state)

◆ test_none_existing_include_file()

void test_none_existing_include_file ( void **  state)

◆ test_none_existing_optional_include_file()

void test_none_existing_optional_include_file ( void **  state)

◆ test_post_include()

void test_post_include ( void **  state)

◆ test_recursive_dir_include_detection()

void test_recursive_dir_include_detection ( void **  state)

◆ test_recursive_include_detection()

void test_recursive_include_detection ( void **  state)