summaryrefslogtreecommitdiff
path: root/src/gtest_main.cpp
diff options
context:
space:
mode:
authorEd tanous <ed@tanous.net>2018-03-23 10:19:20 +0300
committerEd Tanous <ed.tanous@intel.com>2018-04-25 00:19:02 +0300
commit7d95f5f6db1df37fe6438aa0e87479275c82807a (patch)
tree7c19c3ccf8e002d7abd471e7da7b0338d837d1ba /src/gtest_main.cpp
parentf4c4dcf438a43f04fe91f1350f88eda618cdb3e4 (diff)
downloadbmcweb-7d95f5f6db1df37fe6438aa0e87479275c82807a.tar.xz
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/gtest_main.cpp')
-rw-r--r--src/gtest_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtest_main.cpp b/src/gtest_main.cpp
index 1659be89ee..d70149853d 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);