diff options
author | Robert Phillips <robertphillips@google.com> | 2017-01-27 10:11:42 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-01-27 15:52:20 +0000 |
commit | 3500b77f7d08dbe4c17811733cc3e4dbab889f0a (patch) | |
tree | e9e7582c09ddd926d9486a1e5a0497e8cb0831b6 /gn | |
parent | 052fd5158f7f85e478a9f87c45fecaacf7d0f5f3 (diff) |
Consolidate read/write-Pixels testing code - take 2
Change-Id: I0de058a9eec749a7086138ac2eb79732f06ce55e
Reviewed-on: https://skia-review.googlesource.com/7650
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/tests.gni | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni index 483f574ed6..6a836f6ca5 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -234,6 +234,8 @@ tests_sources = [ "$_tests/Test.cpp", "$_tests/TestConfigParsing.cpp", "$_tests/TestTest.cpp", + "$_tests/TestUtils.h", + "$_tests/TestUtils.cpp", "$_tests/TextBlobCacheTest.cpp", "$_tests/TextBlobTest.cpp", "$_tests/TextureCompressionTest.cpp", |