From e68f0dccae7b69deb6289a7c4b9848ca31f45581 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 7 Jun 2007 15:46:07 +0000 Subject: 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 --- pjlib-util/src/pjlib-util-test/test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pjlib-util/src/pjlib-util-test/test.h') 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; -- cgit v1.2.3