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