Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: tests/ImageDecodingTest.cpp

Issue 100113004: Use DEFINE_TESTCLASS_SHORT macro in tests. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright 2013 Google Inc. 2 * Copyright 2013 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "SkBitmap.h" 8 #include "SkBitmap.h"
9 #include "SkCanvas.h" 9 #include "SkCanvas.h"
10 #include "SkColor.h" 10 #include "SkColor.h"
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 230
231 static void test_imageDecodingTests(skiatest::Reporter* reporter) { 231 static void test_imageDecodingTests(skiatest::Reporter* reporter) {
232 test_unpremul(reporter); 232 test_unpremul(reporter);
233 #ifdef SK_DEBUG 233 #ifdef SK_DEBUG
234 test_stream_life(); 234 test_stream_life();
235 test_row_proc_choice(); 235 test_row_proc_choice();
236 #endif 236 #endif
237 } 237 }
238 238
239 #include "TestClassDef.h" 239 #include "TestClassDef.h"
240 DEFINE_TESTCLASS("ImageDecoding", ImageDecodingTestClass, 240 DEFINE_TESTCLASS_SHORT(test_imageDecodingTests)
241 test_imageDecodingTests)
OLDNEW
« tests/AnnotationTest.cpp ('K') | « tests/ImageCacheTest.cpp ('k') | tests/InfRectTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698