blob: d70149853dbc86673405c369a96b0c58eba7c773 [file] [log] [blame]
Ed Tanousf9273472017-02-28 16:05:13 -08001#include "gtest/gtest.h"
Ed tanous7d95f5f2018-03-23 00:19:20 -07002#include "gmock/gmock.h"
Ed Tanousf9273472017-02-28 16:05:13 -08003
4int main(int argc, char **argv) {
5 ::testing::InitGoogleTest(&argc, argv);
6 return RUN_ALL_TESTS();
7}