summaryrefslogtreecommitdiff
path: root/tests/test_heap.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-01-25 21:32:38 +0000
committerRussell Bryant <russell@russellbryant.com>2010-01-25 21:32:38 +0000
commit6ab50cb0e88343c5d8bd3a9d1d39a7904d815170 (patch)
treed286417af4676d7f1c65abfef91277d5b2e51fc7 /tests/test_heap.c
parent8e5002137625151f0588a74b88559b7e8fbc4d59 (diff)
Make unit test modules depend on TEST_FRAMEWORK instead of off by default.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@242965 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_heap.c')
-rw-r--r--tests/test_heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_heap.c b/tests/test_heap.c
index 0757f29f7..420bd4f7b 100644
--- a/tests/test_heap.c
+++ b/tests/test_heap.c
@@ -24,7 +24,7 @@
*/
/*** MODULEINFO
- <defaultenabled>no</defaultenabled>
+ <depend>TEST_FRAMEWORK</depend>
***/
#include "asterisk.h"