Unit Test Framework. More...

Go to the source code of this file.
Functions | |
| int | ast_test_init (void) |
| ASTERISK_FILE_VERSION (__FILE__,"$Revision: 286024 $") | |
Unit Test Framework.
Definition in file test.c.
| int ast_test_init | ( | void | ) |
Provided by test.c
Definition at line 889 of file test.c.
References ARRAY_LEN, and ast_cli_register_multiple().
Referenced by main().
{
#ifdef TEST_FRAMEWORK
/* Register cli commands */
ast_cli_register_multiple(test_cli, ARRAY_LEN(test_cli));
#endif
return 0;
}
| ASTERISK_FILE_VERSION | ( | __FILE__ | , |
| "$Revision: 286024 $" | |||
| ) |