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

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

Issue 1439493003: Documentation: clean up (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-11-13 (Friday) 07:21:08 EST Created 5 years, 1 month 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 | « site/dev/testing/testing.md ('k') | site/dev/tools/debugger.md » ('j') | 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 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
« no previous file with comments | « site/dev/testing/testing.md ('k') | site/dev/tools/debugger.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698