• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "third_party/googletest/src/include/gtest/gtest.h"
2 
main(int argc,char ** argv)3 int main(int argc, char **argv) {
4   ::testing::InitGoogleTest(&argc, argv);
5   return RUN_ALL_TESTS();
6 }
7