Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: site/dev/testing/tests.md

Issue 1138353002: Documentation: open GM in SampleApp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/testing/tests.md
diff --git a/site/dev/testing/tests.md b/site/dev/testing/tests.md
index fbe84dfeff2eb565076364bbef1d34d2932d1db2..11dea34bf33de61c1f27c5aaac4b06091c354510 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698