aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-10 16:00:52 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-10 16:00:52 +0000
commitaaf398589152f46253c7b7396c0c4ca91883b510 (patch)
treec3622152cd28b26a75e601adcfb118c0d06fb949 /tests
parentb8168e693ad4a36fb6d36c2504f86fc2b1fda466 (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.1@187676 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-rw-r--r--tests/test_heap.c4
1 files changed, 4 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$")