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