九耳
2023-03-30 e55178abc21a3a692b7b18cc12922b4004c15f2e
1
2
3
4
5
6
#include "gtest/gtest.h"
 
int main(int argc, char** argv) {
  ::testing::InitGoogleTest(&argc, argv);
  return RUN_ALL_TESTS();
}