summaryrefslogtreecommitdiff
path: root/pjlib-util/src/pjlib-util-test/test.h
diff options
context:
space:
mode:
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;