summaryrefslogtreecommitdiff
path: root/libs/hwui/tests/unit/TextDropShadowCacheTests.cpp
diff options
context:
space:
mode:
authorGreg Daniel <egdaniel@google.com>2017-01-04 14:45:56 -0500
committerGreg Daniel <egdaniel@google.com>2017-01-18 09:12:31 -0500
commit98c78dad1969e2321cfee2085faa55d95bba7e29 (patch)
tree49183cc1b7b819b2f8084bbf814a50ca3bd12cf4 /libs/hwui/tests/unit/TextDropShadowCacheTests.cpp
parent45ec62ba72c5017fae7d8baab20bfb0d4c99c627 (diff)
Update hwui_unit_tests to support running with Vulkan backend.
Added Macros for RENDERTHREAD_TESTS which run these tests using specific backends. RENDERTHREAD_TESTS - Runs OpenGL, SkiaGL, and SkiaVulkan RENDERTHREAD_SKIA_TESTS - Runs SkiaGL and SkiaVulkan RENDERTHREAD_OPENGL_TESTS - Runs OpenGL Test: manual running of hwui_unit_tests Change-Id: Ia7420ee7a38803a15e2d58394d14b38cae8208d3
Diffstat (limited to 'libs/hwui/tests/unit/TextDropShadowCacheTests.cpp')
-rw-r--r--libs/hwui/tests/unit/TextDropShadowCacheTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/tests/unit/TextDropShadowCacheTests.cpp b/libs/hwui/tests/unit/TextDropShadowCacheTests.cpp
index 0d26df203f02..8312bda8d67d 100644
--- a/libs/hwui/tests/unit/TextDropShadowCacheTests.cpp
+++ b/libs/hwui/tests/unit/TextDropShadowCacheTests.cpp
@@ -26,7 +26,7 @@
using namespace android;
using namespace android::uirenderer;
-RENDERTHREAD_TEST(TextDropShadowCache, addRemove) {
+RENDERTHREAD_OPENGL_PIPELINE_TEST(TextDropShadowCache, addRemove) {
SkPaint paint;
paint.setTextSize(20);