dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/build_tools
dvossel 5d1bac896e Unit Test Framework API
The Unit Test Framework is a new API that manages registration and
execution of unit tests in Asterisk with the purpose of verifying the
operation of C functions.  The Framework consists of a single test
manager accompanied by a list of registered test functions defined
within the code.  A test is defined, registered, and unregistered
from the framework using a set of macros which allow the test code
to only be compiled within asterisk when the TEST_FRAMEWORK flag is
enabled in menuselect.  This allows the test code to exist in the
same file as the C functions it intends to verify.  Registered tests
may be viewed and executed via a set of new CLI commands.  CLI commands
are also present for generating and exporting test results into xml
and txt formats.

For more information and use cases please refer to the documentation
provided at the beginning of the test.h file.

Review: https://reviewboard.asterisk.org/r/447/


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@236027 f38db490-d61c-443f-a65b-d21fe96a405b
2009-12-22 16:09:11 +00:00
..
cflags-devmode.xml Unit Test Framework API 2009-12-22 16:09:11 +00:00
cflags.xml Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
embed_modules.xml Add-ons related build system improvements. 2009-06-30 17:04:35 +00:00
get_documentation remove empty awk pattern (//) 2009-10-28 20:50:52 +00:00
get_makeopts Merged revisions 139909 via svnmerge from 2008-08-25 21:32:10 +00:00
get_moduleinfo Merged revisions 139909 via svnmerge from 2008-08-25 21:32:10 +00:00
make_build_h Merged revisions 80330 via svnmerge from 2007-08-22 18:54:30 +00:00
make_buildopts_h Fix a few build problems on Solaris (and check for an md5 utility in 2008-11-19 00:27:45 +00:00
make_defaults_h Use the set ASTDBDIR as the default, too 2008-01-24 22:58:10 +00:00
make_linker_eo_script give embedded modules a helping hand by backing up and restoring their global variables when they are loaded and unloaded 2007-02-22 02:36:00 +00:00
make_sample_voicemail Merged revisions 50754 via svnmerge from 2007-01-13 16:47:01 +00:00
make_version Whitespace chages. 2009-03-12 01:33:04 +00:00
make_version_c Merged revisions 234699 via svnmerge from 2009-12-14 21:13:18 +00:00
make_version_h Merged revisions 234699 via svnmerge from 2009-12-14 21:13:18 +00:00
menuselect-deps.in Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
mkpkgconfig Merged revisions 220099 via svnmerge from 2009-09-24 14:44:08 +00:00
prep_tarball Convert this branch to Opsound music-on-hold. 2009-08-18 20:29:37 +00:00