Index: tests/StrokerTest.cpp |
diff --git a/tests/StrokerTest.cpp b/tests/StrokerTest.cpp |
index 804e0a1d5f3676505a1a308fc6d727571a9b5639..af1e6d929fd124ec000c80169aaf2c116731679b 100755 |
--- a/tests/StrokerTest.cpp |
+++ b/tests/StrokerTest.cpp |
@@ -8,7 +8,9 @@ |
#include "SkTime.h" |
#include "Test.h" |
+#ifndef SK_BUILD_FOR_IOS |
tfarina
2014/10/09 13:21:54
if you use !definded, then it is easier for someon
|
DEFINE_bool2(extendedTest, x, false, "run extended tests regardless of how long takes"); |
+#endif |
#define MS_TEST_DURATION 10 |