blob: f01b53d09fdb981ef975f49ea16f6083ff76034e [file] [log] [blame]
commit-bot@chromium.orgc1bf2de2013-08-14 18:14:37 +00001/*
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.orgc1bf2de2013-08-14 18:14:37 +00008#include "Test.h"
tfarina@chromium.orge4fafb12013-12-12 21:11:12 +00009#include "TestClassDef.h"
10#include "SkRTConf.h"
commit-bot@chromium.orgc1bf2de2013-08-14 18:14:37 +000011
tfarina@chromium.orge4fafb12013-12-12 21:11:12 +000012DEF_TEST(UnitTest, reporter) {
commit-bot@chromium.orgc1bf2de2013-08-14 18:14:37 +000013#ifdef SK_SUPPORT_UNITTEST
14 SkRTConfRegistry::UnitTest();
15#endif
16}