commit | 5b9310e502003e584bcb3a028ca3db7aa4d3f01b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 02 16:59:05 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Oct 02 16:59:05 2013 -0700 |
tree | 5747ee180ec0d5c352758125487a2815d4eb3716 | |
parent | f741e1c2ed27f153e92a2a36c9db3b189f9a6388 [diff] [blame] |
Fix 32-bit issues in tests, and add a trivial test for the FD_* macros. Change-Id: Ia3f21ce1f0ed9236527fe44d36ccb7de6bf63113
diff --git a/tests/Android.mk b/tests/Android.mk index e60b908..39c28a4 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -80,6 +80,7 @@ string_test.cpp \ strings_test.cpp \ stubs_test.cpp \ + sys_select_test.cpp \ sys_sendfile_test.cpp \ sys_stat_test.cpp \ system_properties_test.cpp \