commit | 12345aee12daffe96dbc9c77056e797d91c78d3e | [log] [tgz] |
---|---|---|
author | tfarina <tfarina@chromium.org> | Wed Jun 25 10:39:00 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jun 25 10:39:02 2014 -0700 |
tree | f85ad7786c0fad267f7add21e3aae9f3ef6204ae | |
parent | 85a08789c0841eead4f09ea996bec4a931198edc [diff] |
Rename TestSize.cpp to SizeTest.cpp It is the only file where Test is the prefix rather than the sufix. This patch fixes that so it matches with the rest of the files under tests/ directory. And separate SkISize test into its own DEF_TEST(). BUG=None TEST=make tests && out/Debug/tests R=mtklein@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/337783007