summaryrefslogtreecommitdiffstats
path: root/base/file_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_test.cpp')
-rw-r--r--base/file_test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/file_test.cpp b/base/file_test.cpp
index ca01ee88a..f5d60625a 100644
--- a/base/file_test.cpp
+++ b/base/file_test.cpp
@@ -136,3 +136,7 @@ TEST(file, Readlink) {
ASSERT_EQ(max, result);
#endif
}
+
+TEST(file, GetExecutablePath) {
+ ASSERT_NE("", android::base::GetExecutablePath());
+}