blob: ec75700f732fdf1e445c9e2c256a623869ece995 [file] [log] [blame]
#include "third_party/googletest/src/include/gtest/gtest.h"
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}