Add some tests for get_addr/format_addr

IPv4 only for now for compatibility with old machines
This commit is contained in:
Erik Ekman
2014-02-07 23:08:12 +01:00
parent 540d3795a9
commit d57aebacdc
4 changed files with 61 additions and 2 deletions

View File

@@ -38,6 +38,9 @@ main()
test = test_base64_create_tests();
suite_add_tcase(iodine, test);
test = test_common_create_tests();
suite_add_tcase(iodine, test);
test = test_dns_create_tests();
suite_add_tcase(iodine, test);