| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Test ast_format_str_reduce. More...
#include "asterisk.h"#include "asterisk/module.h"#include "asterisk/file.h"#include "asterisk/test.h"
Go to the source code of this file.
| Functions | |
| static void | __reg_module (void) | 
| static void | __unreg_module (void) | 
| struct ast_module * | AST_MODULE_SELF_SYM (void) | 
| AST_TEST_DEFINE (ast_format_str_reduce_test_1) | |
| static int | load_module (void) | 
| static int | unload_module (void) | 
| Variables | |
| static struct ast_module_info | __mod_info = { .name = AST_MODULE, .flags = AST_MODFLAG_LOAD_ORDER , .description = "ast_format_str_reduce() test module" , .key = ASTERISK_GPL_KEY , .buildopt_sum = AST_BUILDOPT_SUM, .load = load_module, .unload = unload_module, .load_pri = AST_MODPRI_DEFAULT, .support_level = AST_MODULE_SUPPORT_CORE, } | 
| static const struct ast_module_info * | ast_module_info = &__mod_info | 
| static char * | fail_strings [] | 
| static char * | test_strings [][2] | 
Test ast_format_str_reduce.
Definition in file test_ast_format_str_reduce.c.
| 
 | static | 
Definition at line 135 of file test_ast_format_str_reduce.c.
| 
 | static | 
Definition at line 135 of file test_ast_format_str_reduce.c.
| struct ast_module * AST_MODULE_SELF_SYM | ( | void | ) | 
Definition at line 135 of file test_ast_format_str_reduce.c.
| AST_TEST_DEFINE | ( | ast_format_str_reduce_test_1 | ) | 
Definition at line 77 of file test_ast_format_str_reduce.c.
References ast_format_str_reduce(), ast_strdupa, AST_TEST_FAIL, AST_TEST_NOT_RUN, AST_TEST_PASS, ast_test_status_update, c, fail_strings, TEST_EXECUTE, TEST_INIT, and test_strings.
| 
 | static | 
Definition at line 127 of file test_ast_format_str_reduce.c.
References AST_MODULE_LOAD_SUCCESS, and AST_TEST_REGISTER.
| 
 | static | 
Definition at line 121 of file test_ast_format_str_reduce.c.
References AST_TEST_UNREGISTER.
| 
 | static | 
Definition at line 135 of file test_ast_format_str_reduce.c.
| 
 | static | 
Definition at line 135 of file test_ast_format_str_reduce.c.
| 
 | static | 
Definition at line 71 of file test_ast_format_str_reduce.c.
Referenced by AST_TEST_DEFINE().
| 
 | static | 
Definition at line 51 of file test_ast_format_str_reduce.c.
Referenced by AST_TEST_DEFINE().