commit | 91875dcd6e17b7f3b251efe9b236b905ef414dde | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 24 17:55:15 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Sep 26 12:02:17 2012 -0700 |
tree | 3e1fb66b922496ec295bd63bfea01fe339f7fcc0 | |
parent | 6e0e03c38bc0e864225b89b3fb273fb56ded8940 [diff] [blame] |
Fix tmpfile(3). This could be better, but at least now it works. Change-Id: I88b7cf3f7ce8e5fa0b3fe678b7d1679a68ffffc9
diff --git a/tests/Android.mk b/tests/Android.mk index be47585..38f8ceb 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -22,6 +22,7 @@ getcwd_test.cpp \ pthread_test.cpp \ regex_test.cpp \ + stdio_test.cpp \ string_test.cpp \ stubs_test.cpp \