commit-bot@chromium.org | c1bf2de | 2013-08-14 18:14:37 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2013 Google Inc. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license that can be |
| 5 | * found in the LICENSE file. |
| 6 | */ |
| 7 | |
commit-bot@chromium.org | c1bf2de | 2013-08-14 18:14:37 +0000 | [diff] [blame] | 8 | #include "Test.h" |
tfarina@chromium.org | e4fafb1 | 2013-12-12 21:11:12 +0000 | [diff] [blame] | 9 | #include "TestClassDef.h" |
| 10 | #include "SkRTConf.h" |
commit-bot@chromium.org | c1bf2de | 2013-08-14 18:14:37 +0000 | [diff] [blame] | 11 | |
tfarina@chromium.org | e4fafb1 | 2013-12-12 21:11:12 +0000 | [diff] [blame] | 12 | DEF_TEST(UnitTest, reporter) { |
commit-bot@chromium.org | c1bf2de | 2013-08-14 18:14:37 +0000 | [diff] [blame] | 13 | #ifdef SK_SUPPORT_UNITTEST |
| 14 | SkRTConfRegistry::UnitTest(); |
| 15 | #endif |
| 16 | } |