OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2012 Google Inc. | 2 * Copyright 2012 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 #include "Test.h" | 7 #include "Test.h" |
8 #include "picture_utils.h" | 8 #include "picture_utils.h" |
9 #include "SkString.h" | 9 #include "SkString.h" |
10 | 10 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 REPORTER_ASSERT(reporter, result.equals("windir")); | 44 REPORTER_ASSERT(reporter, result.equals("windir")); |
45 #endif | 45 #endif |
46 } | 46 } |
47 | 47 |
48 static void TestPictureUtils(skiatest::Reporter* reporter) { | 48 static void TestPictureUtils(skiatest::Reporter* reporter) { |
49 test_filepath_creation(reporter); | 49 test_filepath_creation(reporter); |
50 test_get_basename(reporter); | 50 test_get_basename(reporter); |
51 } | 51 } |
52 | 52 |
53 #include "TestClassDef.h" | 53 #include "TestClassDef.h" |
54 DEFINE_TESTCLASS("PictureUtils", PictureUtilsTestClass, TestPictureUtils) | 54 DEFINE_TESTCLASS_SHORT(TestPictureUtils) |
OLD | NEW |