Index: tests/skia_test.cpp |
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp |
index 7a8308f6411f5000640d1eb9edbed61876f2c22c..a2f5e9c47b03df09b04862d6da8dc11b186f1a40 100644 |
--- a/tests/skia_test.cpp |
+++ b/tests/skia_test.cpp |
@@ -196,6 +196,7 @@ int tool_main(int argc, char** argv) { |
#else |
header.append(" SK_SCALAR_IS_FLOAT"); |
#endif |
+ header.appendf(" skia_arch_width=%d", (int)sizeof(void*) * 8); |
bungeman-skia
2013/08/29 20:07:22
8? Not CHAR_BIT (its in limits.h)?
|
SkDebugf("%s\n", header.c_str()); |
} |