diff options
author | keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-09 18:32:08 +0000 |
---|---|---|
committer | keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-09 18:32:08 +0000 |
commit | d1dc920097194e3342355185528c84408a9929c8 (patch) | |
tree | a65d0998c09fa0625fd635ff97d662cf45ebeeca /gyp | |
parent | 3a67a668dbdc3a6bba68700a6dfdef8164ae0c69 (diff) |
Allow specific files and multiple inputs for picture testing tools.
Changed the render_pictures, bench_pictures and test_pictures.py so that multiple inputs can be given. Furthermore, specific files can also be specified.
Unit tests have also been added for picture_utils.cpp.
Review URL: https://codereview.appspot.com/6345054
git-svn-id: http://skia.googlecode.com/svn/trunk@4486 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tests.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp index 22aa3c43d6..cdf755ba5a 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp @@ -13,6 +13,7 @@ '../src/gpu', '../src/pdf', '../src/utils', + '../tools/', ], 'sources': [ '../tests/AAClipTest.cpp', @@ -58,6 +59,7 @@ '../tests/PathMeasureTest.cpp', '../tests/PathTest.cpp', '../tests/PDFPrimitivesTest.cpp', + '../tests/PictureUtilsTest.cpp', '../tests/PointTest.cpp', '../tests/PremulAlphaRoundTripTest.cpp', '../tests/QuickRejectTest.cpp', @@ -96,6 +98,7 @@ 'images.gyp:images', 'ports.gyp:ports', 'pdf.gyp:pdf', + 'tools.gyp:picture_utils', 'utils.gyp:utils', ], }, |