43#define CATEGORY "/main/optional_api/"
73#define SYMNAME "test_option"
81 info->name = __func__;
83 info->summary =
"Test optional API publishing.";
84 info->description =
"Test optional API publishing.";
120 info->name = __func__;
122 info->summary =
"Test optional API publishing.";
123 info->description =
"Test optional API publishing.";
Asterisk main include file. File version handling, generic pbx functions.
Asterisk module definitions.
#define AST_MODULE_INFO(keystr, flags_to_set, desc, fields...)
@ AST_MODULE_SUPPORT_CORE
#define ASTERISK_GPL_KEY
The text the key() function should return.
@ AST_MODULE_LOAD_SUCCESS
Optional API function macros.
#define AST_TEST_REGISTER(cb)
#define ast_test_status_update(a, b, c...)
#define AST_TEST_UNREGISTER(cb)
static void test_optional_stub(void)
static void test_optional(void)
ast_optional_fn test_optional_ref
static void test_optional_impl(void)
enum was_called was_called_result
static int load_module(void)
static int unload_module(void)
AST_TEST_DEFINE(test_provide_first)