commit | 7d95f5f6db1df37fe6438aa0e87479275c82807a | [log] [tgz] |
---|---|---|
author | Ed tanous <ed@tanous.net> | Fri Mar 23 00:19:20 2018 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Tue Apr 24 21:19:02 2018 +0000 |
tree | 7c19c3ccf8e002d7abd471e7da7b0338d837d1ba | |
parent | f4c4dcf438a43f04fe91f1350f88eda618cdb3e4 [diff] |
Remove hunter and submodules And use external project instead. This should make it easier to keep our systems up to date with yocto. Change-Id: Id2c9f3e474eebf2194eaf58b0c572f7a1421def6
diff --git a/src/gtest_main.cpp b/src/gtest_main.cpp index 1659be8..d701498 100644 --- a/src/gtest_main.cpp +++ b/src/gtest_main.cpp
@@ -1,4 +1,5 @@ #include "gtest/gtest.h" +#include "gmock/gmock.h" int main(int argc, char **argv) { ::testing::InitGoogleTest(&argc, argv);