blob: 77e70aac1da7ab9fb5aac4dd4491630791ee9b67 [file] [log] [blame]
Ed tanous7d95f5f2018-03-23 00:19:20 -07001#include "gmock/gmock.h"
Ed Tanous55c7b7a2018-05-22 15:27:24 -07002#include "gtest/gtest.h"
Ed Tanousf9273472017-02-28 16:05:13 -08003
Ed Tanous1abe55e2018-09-05 08:30:59 -07004int main(int argc, char **argv)
5{
6 ::testing::InitGoogleTest(&argc, argv);
7 return RUN_ALL_TESTS();
Ed Tanousf9273472017-02-28 16:05:13 -08008}