dependencies cleanup

move gmock/gtest to third party

Change-Id: I96b43a3de2b6f2151659a9b2eed27eb58db5ce48
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2018-05-09 00:57:07 +02:00
parent 33fee15711
commit 10e5b71111
26 changed files with 45775 additions and 89 deletions

View File

@ -36,7 +36,7 @@
#include "test.h"
#include "runtime/helpers/cache_policy.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock.h"
using namespace OCLRT;
@ -294,4 +294,4 @@ TEST(CommandStreamReceiverSimpleTest, givenCSRWithTagAllocationSetWhenGetTagAllo
GraphicsAllocation allocation(reinterpret_cast<void *>(0x1000), 0x1000);
csr.setTagAllocation(&allocation);
EXPECT_EQ(&allocation, csr.getTagAllocation());
}
}