mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-07 12:51:45 +00:00
Add some tests for get_addr/format_addr
IPv4 only for now for compatibility with old machines
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user