aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-26 21:42:32 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-26 21:42:32 +0000
commite7b3d29a1289e64130dd0ec905d94feedc9d1064 (patch)
tree393d9ba85f7a5f43267332968f421403d837cc03 /tests
parenta4e13c85b23fe7530ae89a84ef671ebd5e451e80 (diff)
Actually fix GPU-less build.
git-svn-id: http://skia.googlecode.com/svn/trunk@6555 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r--tests/ClipStackTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ClipStackTest.cpp b/tests/ClipStackTest.cpp
index ac423ed8d2..272ba1c3c2 100644
--- a/tests/ClipStackTest.cpp
+++ b/tests/ClipStackTest.cpp
@@ -881,7 +881,9 @@ static void TestClipStack(skiatest::Reporter* reporter) {
test_isWideOpen(reporter);
test_rect_merging(reporter);
test_iter_rect_merging(reporter);
+#if SK_SUPPORT_GPU
test_reduced_clip_stack(reporter);
+#endif
}
#include "TestClassDef.h"