Ed tanous | 7d95f5f | 2018-03-23 00:19:20 -0700 | [diff] [blame] | 1 | #include "gmock/gmock.h" |
Ed Tanous | 55c7b7a | 2018-05-22 15:27:24 -0700 | [diff] [blame] | 2 | #include "gtest/gtest.h" |
Ed Tanous | f927347 | 2017-02-28 16:05:13 -0800 | [diff] [blame] | 3 | |
Ed Tanous | 1abe55e | 2018-09-05 08:30:59 -0700 | [diff] [blame] | 4 | int main(int argc, char **argv) |
5 | { | ||||
6 | ::testing::InitGoogleTest(&argc, argv); | ||||
7 | return RUN_ALL_TESTS(); | ||||
Ed Tanous | f927347 | 2017-02-28 16:05:13 -0800 | [diff] [blame] | 8 | } |