aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/StrokerTest.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2014-10-09 06:13:49 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-09 06:13:50 -0700
commitff9fc4e4c9f54e675a3ce1a0124debca33b46e1b (patch)
treeb7cf52d97471cccbcbd49f0bd7574205f2e69d20 /tests/StrokerTest.cpp
parentfeff7d2d7719f52c7ea52db156003e609002bf04 (diff)
fix ios build
NOTREECHECKS=true NOTRY=true TBR= Review URL: https://codereview.chromium.org/641063002
Diffstat (limited to 'tests/StrokerTest.cpp')
-rwxr-xr-xtests/StrokerTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/StrokerTest.cpp b/tests/StrokerTest.cpp
index 804e0a1d5f..af1e6d929f 100755
--- a/tests/StrokerTest.cpp
+++ b/tests/StrokerTest.cpp
@@ -8,7 +8,9 @@
#include "SkTime.h"
#include "Test.h"
+#ifndef SK_BUILD_FOR_IOS
DEFINE_bool2(extendedTest, x, false, "run extended tests regardless of how long takes");
+#endif
#define MS_TEST_DURATION 10