aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_ast_format_str_reduce.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-25 21:32:38 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-25 21:32:38 +0000
commitb4c7d7f7092bd2e40ec5872b9b8ecf7d661e3a01 (patch)
treed286417af4676d7f1c65abfef91277d5b2e51fc7 /tests/test_ast_format_str_reduce.c
parent41579a3b9c0dc15fab893c96128150305e2ceb0f (diff)
Make unit test modules depend on TEST_FRAMEWORK instead of off by default.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@242965 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests/test_ast_format_str_reduce.c')
-rw-r--r--tests/test_ast_format_str_reduce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ast_format_str_reduce.c b/tests/test_ast_format_str_reduce.c
index fea5b561d..7cb0285b3 100644
--- a/tests/test_ast_format_str_reduce.c
+++ b/tests/test_ast_format_str_reduce.c
@@ -24,7 +24,7 @@
*/
/*** MODULEINFO
- <defaultenabled>no</defaultenabled>
+ <depend>TEST_FRAMEWORK</depend>
***/
#include "asterisk.h"