summaryrefslogtreecommitdiff
path: root/test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.c')
-rw-r--r--test/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
index 9ee4825..5503cbe 100644
--- a/test/main.c
+++ b/test/main.c
@@ -29,6 +29,7 @@ static const struct test tests[] = {
TEST(test_mos),
TEST(test_ua_alloc),
TEST(test_ua_register),
+ TEST(test_ua_register_dns),
TEST(test_uag_find_param),
};
@@ -172,10 +173,12 @@ int main(int argc, char *argv[])
}
str_ncpy(config->sip.local, "127.0.0.1:0", sizeof(config->sip.local));
+#if 0
/* XXX: needed for ua tests */
err = ua_init("test", true, true, true, false);
if (err)
goto out;
+#endif
if (argc >= (optind + 1)) {