.bazaar GoogleMockExample is now main pack

git-svn-id: svn://ultimatepp.org/upp/trunk@10883 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2017-02-24 20:41:53 +00:00
parent 4e5f1ff5bf
commit 3b23ec59b2
2 changed files with 7 additions and 2 deletions

View file

@ -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
"" = "";

View file

@ -31,8 +31,6 @@
#include "internal/gtest-port.h"
#include <Core/Core.h>
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
@ -79,6 +77,8 @@
#include "gtest-internal-inl.h"
#undef GTEST_IMPLEMENTATION_
#include <Core/Core.h>
namespace testing {
namespace internal {