aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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