aboutsummaryrefslogtreecommitdiff
path: root/tests/skia_test.cpp
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-29 20:20:39 +0000
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-29 20:20:39 +0000
commit5696baa16bc3cfbf99b9abfcdd178d0afe3213da (patch)
tree702fe8063fabb14c55e8cf3d7afc89161c5ce4d9 /tests/skia_test.cpp
parent16b86ced1f43d61e7216b878c87e5e86947404bb (diff)
downloadskia-5696baa16bc3cfbf99b9abfcdd178d0afe3213da.tar.gz
dump out sizeof(void*) in header
BUG= R=rmistry@google.com Review URL: https://codereview.chromium.org/23773003 git-svn-id: http://skia.googlecode.com/svn/trunk@11012 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/skia_test.cpp')
-rw-r--r--tests/skia_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 7a8308f64..a2f5e9c47 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);
SkDebugf("%s\n", header.c_str());
}