diff options
| author | Ed tanous <ed@tanous.net> | 2018-03-23 00:19:20 -0700 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2018-04-24 21:19:02 +0000 |
| commit | 7d95f5f6db1df37fe6438aa0e87479275c82807a (patch) | |
| tree | 7c19c3ccf8e002d7abd471e7da7b0338d837d1ba /src | |
| parent | f4c4dcf438a43f04fe91f1350f88eda618cdb3e4 (diff) | |
| download | bmcweb-7d95f5f6db1df37fe6438aa0e87479275c82807a.tar.gz bmcweb-7d95f5f6db1df37fe6438aa0e87479275c82807a.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtest_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |

