From 3b23ec59b2a702d868e2932ca6ce06ec4b69c7cd Mon Sep 17 00:00:00 2001 From: klugier Date: Fri, 24 Feb 2017 20:41:53 +0000 Subject: [PATCH] .bazaar GoogleMockExample is now main pack git-svn-id: svn://ultimatepp.org/upp/trunk@10883 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/GoogleMockExample/GoogleMockExample.upp | 5 +++++ bazaar/plugin/gtest/gtest-port.cc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bazaar/GoogleMockExample/GoogleMockExample.upp b/bazaar/GoogleMockExample/GoogleMockExample.upp index 3e5e6dd37..22733524a 100644 --- a/bazaar/GoogleMockExample/GoogleMockExample.upp +++ b/bazaar/GoogleMockExample/GoogleMockExample.upp @@ -1,3 +1,5 @@ +description "Unit test package that shows how to use Google Test with Google Mock\377"; + uses Core, plugin/gmock; @@ -5,3 +7,6 @@ uses file GoogleMockExample.cpp; +mainconfig + "" = ""; + diff --git a/bazaar/plugin/gtest/gtest-port.cc b/bazaar/plugin/gtest/gtest-port.cc index 48d140fa7..9d884d947 100644 --- a/bazaar/plugin/gtest/gtest-port.cc +++ b/bazaar/plugin/gtest/gtest-port.cc @@ -31,8 +31,6 @@ #include "internal/gtest-port.h" -#include - #include #include #include @@ -79,6 +77,8 @@ #include "gtest-internal-inl.h" #undef GTEST_IMPLEMENTATION_ +#include + namespace testing { namespace internal {