aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorhalcanary <halcanary@google.com>2015-05-13 06:45:31 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-13 06:45:31 -0700
commit47b6c8b41b76da6021a9bfa4b84be1ec01475d2e (patch)
treecbb049ffd6dd5bc2786a7ceb0bef7175af76372d /site
parent9770bdce776f45367c419b8dd82219eece26ca5c (diff)
downloadandroid_external_skia-47b6c8b41b76da6021a9bfa4b84be1ec01475d2e.tar.gz
android_external_skia-47b6c8b41b76da6021a9bfa4b84be1ec01475d2e.tar.bz2
android_external_skia-47b6c8b41b76da6021a9bfa4b84be1ec01475d2e.zip
Documentation: open GM in SampleApp
NOTRY=true DOCS_PREVIEW= https://skia.org/dev/testing/tests?cl=1138353002 Review URL: https://codereview.chromium.org/1138353002
Diffstat (limited to 'site')
-rw-r--r--site/dev/testing/tests.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/site/dev/testing/tests.md b/site/dev/testing/tests.md
index fbe84dfeff..11dea34bf3 100644
--- a/site/dev/testing/tests.md
+++ b/site/dev/testing/tests.md
@@ -63,3 +63,13 @@ Writing a Rendering Test
./gyp_skia
ninja -C out/Debug dm
out/Debug/dm --match newgmtest
+
+4. Run the GM inside SampleApp:
+
+ ./gyp_skia
+ ninja -C out/Debug SampleApp
+ out/Debug/SampleApp --slide GM:newgmtest
+
+ On MacOS, try this:
+
+ out/Debug/SampleApp.app/Contents/MacOS/SampleApp --slide GM:newgmtest