mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.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:
parent
4e5f1ff5bf
commit
3b23ec59b2
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
"" = "";
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue