summaryrefslogtreecommitdiffstats
path: root/third_party/libphonenumber/cpp/src/run_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libphonenumber/cpp/src/run_tests.cc')
-rw-r--r--third_party/libphonenumber/cpp/src/run_tests.cc7
1 files changed, 7 insertions, 0 deletions
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 0000000..b38e7bc
--- /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();
+}