zhifu gao
2023-04-23 f43d374e37aa61c0f64e77c9b318e3a13d353f9a
1
2
3
4
5
6
#include "gtest/gtest.h"
 
int main(int argc, char** argv) {
  ::testing::InitGoogleTest(&argc, argv);
  return RUN_ALL_TESTS();
}