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 |