Home | History | Annotate | Download | only in tests
      1 #include <gtest/gtest.h>
      2 
      3 int main(int argc, char **argv) {
      4   ::testing::InitGoogleTest(&argc, argv);
      5   return RUN_ALL_TESTS();
      6 }
      7