| Index: third_party/libphonenumber/cpp/src/run_tests.cc
 | 
| ===================================================================
 | 
| --- third_party/libphonenumber/cpp/src/run_tests.cc	(revision 0)
 | 
| +++ third_party/libphonenumber/cpp/src/run_tests.cc	(revision 0)
 | 
| @@ -0,0 +1,7 @@
 | 
| +#include <gtest/gtest.h>
 | 
| +
 | 
| +int main(int argc, char** argv) {
 | 
| +  ::testing::InitGoogleTest(&argc, argv);
 | 
| +
 | 
| +  return RUN_ALL_TESTS();
 | 
| +}
 | 
| 
 | 
| Property changes on: third_party\libphonenumber\cpp\src\run_tests.cc
 | 
| ___________________________________________________________________
 | 
| Added: svn:eol-style
 | 
|    + LF
 | 
| 
 | 
| 
 |