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