Unit Test Framework. More...

Go to the source code of this file.
Functions | |
| int | ast_test_init () |
| ASTERISK_FILE_VERSION (__FILE__,"$Revision: 332817 $") | |
Unit Test Framework.
Definition in file test.c.
| int ast_test_init | ( | void | ) |
Provided by test.c
Definition at line 932 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: 332817 $" | |||
| ) |