summaryrefslogtreecommitdiff
path: root/test/test_common.c
diff options
context:
space:
mode:
authorMarko Kreen2010-10-12 10:50:15 +0000
committerMarko Kreen2010-10-12 10:58:52 +0000
commitbe2eeeb4157fb731d88870484bd77a9379470006 (patch)
tree07c5c055eb2867a15f26c793e84c4402e8b0ccd0 /test/test_common.c
parentd8945ce07a8a2145903b2114cddcc219dc38e3b8 (diff)
netdb: compat getaddrinfo_a()
Diffstat (limited to 'test/test_common.c')
-rw-r--r--test/test_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_common.c b/test/test_common.c
index 4d48b21..c0be1bd 100644
--- a/test/test_common.c
+++ b/test/test_common.c
@@ -16,6 +16,7 @@ struct testgroup_t groups[] = {
{ "strpool/", strpool_tests },
{ "pgutil/", pgutil_tests },
{ "regex/", regex_tests },
+ { "netdb/", netdb_tests },
END_OF_GROUPS
};