From 0c9efd10941a77d633f7cb353c4acf47c0cf8787 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 20 Aug 2019 15:31:36 -0500 Subject: [PATCH] Enable the test framework Last-Update: 2016-12-23 Forwarded: no Test modules are normally only enabled in development mode. This patch enables them without the need to enable dev-mode. The modules provide simple tests. Try: asterisk -rx 'test execute all' Those modules should not be confused with the tests in the asterisk-testsute package. Gbp-Pq: Name test_framework.patch --- build_tools/cflags-devmode.xml | 3 --- build_tools/cflags.xml | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build_tools/cflags-devmode.xml b/build_tools/cflags-devmode.xml index 9943cc7..9a5ccb0 100644 --- a/build_tools/cflags-devmode.xml +++ b/build_tools/cflags-devmode.xml @@ -21,7 +21,4 @@ extended - - extended - diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml index 84aa875..340b230 100644 --- a/build_tools/cflags.xml +++ b/build_tools/cflags.xml @@ -128,4 +128,8 @@ no native_arch + + yes + extended + -- 2.38.5