aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-10 16:01:26 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-10 16:01:26 +0000
commitf4470d29326212a16ca2c4e330c3f76ce6fe2657 (patch)
treec788fe6e778efaab441feca7eb3c252e3cc04be9 /tests
parent9be2531cddd8307af3a6ba835c39431fe8128b89 (diff)
Merged revisions 187675 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r187675 | russell | 2009-04-10 11:00:29 -0500 (Fri, 10 Apr 2009) | 2 lines Disable test modules by default. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@187677 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-rw-r--r--tests/test_heap.c4
-rw-r--r--tests/test_sched.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_heap.c b/tests/test_heap.c
index c5d3f5f2e..54fd2b027 100644
--- a/tests/test_heap.c
+++ b/tests/test_heap.c
@@ -23,6 +23,10 @@
* \author Russell Bryant <russell@digium.com>
*/
+/*** MODULEINFO
+ <defaultenabled>no</defaultenabled>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/tests/test_sched.c b/tests/test_sched.c
index 186cc4847..afbb75949 100644
--- a/tests/test_sched.c
+++ b/tests/test_sched.c
@@ -23,6 +23,10 @@
* \author Russell Bryant <russell@digium.com>
*/
+/*** MODULEINFO
+ <defaultenabled>no</defaultenabled>
+ ***/
+
#include "asterisk.h"
#include <inttypes.h>