diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-31 15:06:36 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-31 15:06:36 +0000 |
commit | 4688de1ee5b54277d9b5a34dc7dda4c61d6bfcd7 (patch) | |
tree | 97ed2031573b9d407dfa5cd6f234ea912dda4833 /gm/tests/outputs/compared-against-identical-pixels/output-expected/command_line | |
parent | 6156bd0c46e54d77b05823c9a8383c16e93aec40 (diff) |
gm self-tests: add 565 mode testing, in addition to 8888 mode
Review URL: https://codereview.appspot.com/7229061
git-svn-id: http://skia.googlecode.com/svn/trunk@7489 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/outputs/compared-against-identical-pixels/output-expected/command_line')
-rw-r--r-- | gm/tests/outputs/compared-against-identical-pixels/output-expected/command_line | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/tests/outputs/compared-against-identical-pixels/output-expected/command_line b/gm/tests/outputs/compared-against-identical-pixels/output-expected/command_line index 361c52f76a..086f98471e 100644 --- a/gm/tests/outputs/compared-against-identical-pixels/output-expected/command_line +++ b/gm/tests/outputs/compared-against-identical-pixels/output-expected/command_line @@ -1 +1 @@ -out/Debug/gm --hierarchy --match dashing2 --config 8888 -r gm/tests/inputs/identical-pixels --writeJsonSummary gm/tests/outputs/compared-against-identical-pixels/output-actual/json-summary.txt +out/Debug/gm --hierarchy --match dashing2 --config 8888 --config 565 -r gm/tests/inputs/identical-pixels --writeJsonSummary gm/tests/outputs/compared-against-identical-pixels/output-actual/json-summary.txt |