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