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