| Index: site/dev/testing/tests.md
|
| diff --git a/site/dev/testing/tests.md b/site/dev/testing/tests.md
|
| index 2903a420ed41ba4f8fe1fa3faf73287d95a21775..1b440ad7ac5f130aabf6a7e96d430c2772b25bce 100644
|
| --- a/site/dev/testing/tests.md
|
| +++ b/site/dev/testing/tests.md
|
| @@ -25,7 +25,7 @@ Writing a Unit Test
|
|
|
| 2. Recompile and run test:
|
|
|
| - ./gyp_skia
|
| + python bin/sync-and-gyp
|
| ninja -C out/Debug dm
|
| out/Debug/dm --match NewUnitTest
|
|
|
| @@ -52,13 +52,13 @@ Writing a Rendering Test
|
|
|
| 2. Recompile and run test:
|
|
|
| - ./gyp_skia
|
| + python bin/sync-and-gyp
|
| ninja -C out/Debug dm
|
| out/Debug/dm --match newgmtest
|
|
|
| 3. Run the GM inside SampleApp:
|
|
|
| - ./gyp_skia
|
| + python bin/sync-and-gyp
|
| ninja -C out/Debug SampleApp
|
| out/Debug/SampleApp --slide GM:newgmtest
|
|
|
|
|