commit | 588213a37dbad3216a892b04c837b1b135ed2c8e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jan 11 13:18:20 2016 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Jan 11 13:18:20 2016 -0800 |
tree | fdcb16431eb97ebe3432425062c0f1ea582aa9c4 | |
parent | 8d809f18c7db9431b52e79f32be24dd87bdc2dea [diff] [blame] |
Add basic tests for <net/if.h>. Bug: http://b/26447711 Change-Id: I9bbcdffc07e99c98e367a63de861ddc7b274d579
diff --git a/tests/Android.mk b/tests/Android.mk index 0e84331..8e37a76 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -71,6 +71,7 @@ malloc_test.cpp \ math_test.cpp \ mntent_test.cpp \ + net_if_test.cpp \ netdb_test.cpp \ netinet_udp_test.cpp \ pthread_test.cpp \