summaryrefslogtreecommitdiff
path: root/pjlib-util/src/pjlib-util-test/test.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-06-07 15:46:07 +0000
committerBenny Prijono <bennylp@teluu.com>2007-06-07 15:46:07 +0000
commite68f0dccae7b69deb6289a7c4b9848ca31f45581 (patch)
tree5a20998b5fdb5a3affb9da4a22f92be43491aa69 /pjlib-util/src/pjlib-util-test/test.h
parentcf3e59422ac20f20e7209e02a90c8c08085e2100 (diff)
Ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1347 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util/src/pjlib-util-test/test.h')
-rw-r--r--pjlib-util/src/pjlib-util-test/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib-util/src/pjlib-util-test/test.h b/pjlib-util/src/pjlib-util-test/test.h
index e5e1e24f..10fcb5c8 100644
--- a/pjlib-util/src/pjlib-util-test/test.h
+++ b/pjlib-util/src/pjlib-util-test/test.h
@@ -21,12 +21,14 @@
#define INCLUDE_XML_TEST 1
#define INCLUDE_ENCRYPTION_TEST 1
#define INCLUDE_STUN_TEST 1
+#define INCLUDE_RESOLVER_TEST 1
extern int xml_test(void);
extern int encryption_test();
extern int encryption_benchmark();
extern int stun_test();
extern int test_main(void);
+extern int resolver_test(void);
extern void app_perror(const char *title, pj_status_t rc);
extern pj_pool_factory *mem;