Index: third_party/libphonenumber/cpp/src/run_tests.cc |
diff --git a/third_party/libphonenumber/cpp/src/run_tests.cc b/third_party/libphonenumber/cpp/src/run_tests.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b38e7bc94c44b90fbad00f6bc586bd39d9efa8cf |
--- /dev/null |
+++ b/third_party/libphonenumber/cpp/src/run_tests.cc |
@@ -0,0 +1,7 @@ |
+#include <gtest/gtest.h> |
+ |
+int main(int argc, char** argv) { |
+ ::testing::InitGoogleTest(&argc, argv); |
+ |
+ return RUN_ALL_TESTS(); |
+} |