游雁
2023-04-20 133a11583e9229ec396a43a057a9e1734cd2405f
1
2
3
4
5
6
#include "gtest/gtest.h"
 
int main(int argc, char** argv) {
  ::testing::InitGoogleTest(&argc, argv);
  return RUN_ALL_TESTS();
}