blob: eec00675a3772e2f05a56e70230adf2f4ec9fa6c [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
4int main(int argc, char **argv) {
5 ::testing::InitGoogleTest(&argc, argv);
6 return RUN_ALL_TESTS();
7}