From 2e0303f91bdada6dddb73105a82f17601265379d Mon Sep 17 00:00:00 2001 From: halcanary Date: Sun, 17 May 2015 06:47:49 -0700 Subject: Gyp: Sanity Part II (GM+Tests) DOCS_PREVIEW= https://skia.org/dev/testing/tests?cl=1133343006 Review URL: https://codereview.chromium.org/1133343006 --- site/dev/testing/tests.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'site') diff --git a/site/dev/testing/tests.md b/site/dev/testing/tests.md index 11dea34bf3..2903a420ed 100644 --- a/site/dev/testing/tests.md +++ b/site/dev/testing/tests.md @@ -23,11 +23,7 @@ Writing a Unit Test REPORTER_ASSERT(reporter, lifeIsGood); } -2. Add a line to `gyp/tests.gypi`: - - '../tests/NewUnitTest.cpp', - -3. Recompile and run test: +2. Recompile and run test: ./gyp_skia ninja -C out/Debug dm @@ -54,17 +50,13 @@ Writing a Rendering Test canvas->drawLine(16, 16, 112, 112, p); } -2. Add a line to `gyp/gmslides.gypi`: - - '../gm/newgmtest.cpp', - -3. Recompile and run test: +2. Recompile and run test: ./gyp_skia ninja -C out/Debug dm out/Debug/dm --match newgmtest -4. Run the GM inside SampleApp: +3. Run the GM inside SampleApp: ./gyp_skia ninja -C out/Debug SampleApp -- cgit v1.2.3