commit | d3b9d11369ee15dc0ce512014284c3c5432f2813 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 13 08:22:07 2013 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 13 08:22:07 2013 -0800 |
tree | dba3210fb3177ad600b337f6adfa3cad661cad6b | |
parent | 3002d64bcd4644456803dd0547d20b39e14be02c [diff] [blame] |
Add a test that getaddrinfo works when hints are NULL. Bug: 1827911 Change-Id: I9e1b774c44c10a8c5391bcf3baf1607f50eaf214
diff --git a/tests/Android.mk b/tests/Android.mk index 8138cff..eb97e6c 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -63,6 +63,7 @@ getcwd_test.cpp \ libgen_test.cpp \ math_test.cpp \ + netdb_test.cpp \ pthread_test.cpp \ regex_test.cpp \ signal_test.cpp \