summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsystest/systest.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/pjsystest/systest.h')
-rw-r--r--pjsip-apps/src/pjsystest/systest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjsip-apps/src/pjsystest/systest.h b/pjsip-apps/src/pjsystest/systest.h
index ddc286a1..4732a553 100644
--- a/pjsip-apps/src/pjsystest/systest.h
+++ b/pjsip-apps/src/pjsystest/systest.h
@@ -91,6 +91,9 @@ typedef struct test_item_t
#define SYSTEST_MAX_TEST 32
extern unsigned test_item_count;
extern test_item_t test_items[SYSTEST_MAX_TEST];
+#define PATH_LENGTH 128
+extern char doc_path[PATH_LENGTH];
+extern char res_path[PATH_LENGTH];
test_item_t *systest_alloc_test_item(const char *title);