Commit ce260bb4 by Jamie Madill

Add Fence implementation tests back to project.

Somehow they had been neglected. Change-Id: Ibe8b063758be8e99978fdd2723192be7bcea6d04 Reviewed-on: https://chromium-review.googlesource.com/232220Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 50832442
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include "gmock/gmock.h" #include "gmock/gmock.h"
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "libGLESv2/Fence.h" #include "libANGLE/Fence.h"
#include "libGLESv2/renderer/FenceImpl.h" #include "libANGLE/renderer/FenceImpl.h"
using ::testing::_; using ::testing::_;
using ::testing::Return; using ::testing::Return;
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
{ {
'sources': 'sources':
[ [
'Fence_unittest.cpp',
'ImageIndexIterator_unittest.cpp', 'ImageIndexIterator_unittest.cpp',
'TransformFeedback_unittest.cpp' 'TransformFeedback_unittest.cpp'
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment