diff options
author | tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-31 21:48:52 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-31 21:48:52 +0000 |
commit | bbff20855ff28d377e9ca2e76bd35810ea46994d (patch) | |
tree | 1a10225f034a27fb831b486266403fd79b1e1167 /gyp | |
parent | e254310a55d55a710309714c48f7fbbe7a6126f7 (diff) |
Split GrUnitTests.cpp into two separate unit tests.
GrUnitTests is too generic. Instead we split this file between the two
APIs being tested there, GrTBSearch and GrBinHashKey.
BUG=None
TEST=tests -m GrTBSearchTest && tests -m GrBinHashKeyTest
R=brian@thesalomons.net, robertphillips@google.com
Review URL: https://codereview.chromium.org/150943002
git-svn-id: http://skia.googlecode.com/svn/trunk@13273 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tests.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp index 42ddebe219..15692aeee3 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp @@ -81,12 +81,13 @@ '../tests/GpuBitmapCopyTest.cpp', '../tests/GpuColorFilterTest.cpp', '../tests/GpuDrawPathTest.cpp', + '../tests/GrBinHashKeyTest.cpp', '../tests/GrContextFactoryTest.cpp', '../tests/GrDrawTargetTest.cpp', '../tests/GrMemoryPoolTest.cpp', '../tests/GrRedBlackTreeTest.cpp', '../tests/GrSurfaceTest.cpp', - '../tests/GrUnitTests.cpp', + '../tests/GrTBSearchTest.cpp', '../tests/GradientTest.cpp', '../tests/HashCacheTest.cpp', '../tests/ImageCacheTest.cpp', |