commit | 24e8871faa34e9c49c629ae63970422ff75ee4a2 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Mar 04 15:31:55 2015 -0800 |
committer | Yabin Cui <yabinc@google.com> | Thu Mar 05 00:46:18 2015 -0800 |
tree | 60381befa1df474ffd154d5e93c182c4545821a6 | |
parent | 5d400204589ceb781fa11864c2e8f3001e5dc96f [diff] |
Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp. Bug: 19234260 Change-Id: Ife27ca13eeae317739eda25b40dd2a08606d6d6f
diff --git a/tests/Android.mk b/tests/Android.mk index b3eea06..0a83e84 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -388,7 +388,7 @@ LOCAL_CLANG := false LOCAL_MODULE := bionic-compile-time-tests-g++ LOCAL_CPPFLAGS := -Wall -LOCAL_SRC_FILES := fortify_sprintf_warnings.cpp +LOCAL_SRC_FILES := fortify_compilation_test.cpp include $(BUILD_STATIC_LIBRARY) include $(CLEAR_VARS)
diff --git a/tests/fortify_sprintf_warnings.cpp b/tests/fortify_compilation_test.cpp similarity index 100% rename from tests/fortify_sprintf_warnings.cpp rename to tests/fortify_compilation_test.cpp