summaryrefslogtreecommitdiff
path: root/tests/test_heap.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-04-10 16:00:29 +0000
committerRussell Bryant <russell@russellbryant.com>2009-04-10 16:00:29 +0000
commit32cd7d1d607ddda6a3cb5f45decbee9c74148b19 (patch)
treef699f4ae0477dd99ac138bfb07c4b9041329a815 /tests/test_heap.c
parent15e040d3f3c5b7b25a7ce847f33b201ac0a5d454 (diff)
Disable test modules by default.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@187675 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_heap.c')
-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$")