summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2016-06-22 09:51:14 -0600
committerGeorge Joseph <gjoseph@digium.com>2016-06-22 10:55:58 -0500
commit3b4f5d1345a1bf143136b5523ea39e6397910fdd (patch)
tree3da556dea409ce16a4cbe29d87127affb091f490
parentaec09d9c09f04c886b15c731faee9f8d4fb9833f (diff)
test_res_pjsip_scheduler: Add 'depends' on pjproject in MODULEINFO
Since the file was missing the depends on pjproject, it wasn't picking up the pjproject related include path. If there was no system installed pjproject and pjproject-bundled was used, a compile would fail because pjsip.h wasn't found. ASTERISK-26139 #close Change-Id: I2ee64a999051452bc198c4e2c168c70769cd3757
-rw-r--r--tests/test_res_pjsip_scheduler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_res_pjsip_scheduler.c b/tests/test_res_pjsip_scheduler.c
index 22d2c99ce..cc5313fd6 100644
--- a/tests/test_res_pjsip_scheduler.c
+++ b/tests/test_res_pjsip_scheduler.c
@@ -26,6 +26,7 @@
/*** MODULEINFO
<depend>TEST_FRAMEWORK</depend>
+ <depend>pjproject</depend>
<depend>res_pjsip</depend>
<support_level>core</support_level>
***/