From 5d1bac896ee1c376049912f82212e43eb39ae238 Mon Sep 17 00:00:00 2001 From: dvossel Date: Tue, 22 Dec 2009 16:09:11 +0000 Subject: 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 --- build_tools/cflags-devmode.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build_tools') diff --git a/build_tools/cflags-devmode.xml b/build_tools/cflags-devmode.xml index 0b0f5e907..37f7a4d4f 100644 --- a/build_tools/cflags-devmode.xml +++ b/build_tools/cflags-devmode.xml @@ -20,4 +20,7 @@ + + + -- cgit v1.2.3