blob: 35432cd91da658df935b32709890a0861bb71385 [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
tfarina@chromium.orge4fafb12013-12-12 21:11:12 +00008#include "SkRTConf.h"
tfarina@chromium.org8f6884a2014-01-24 20:56:26 +00009#include "Test.h"
commit-bot@chromium.orgc1bf2de2013-08-14 18:14:37 +000010
tfarina@chromium.orge4fafb12013-12-12 21:11:12 +000011DEF_TEST(UnitTest, reporter) {
commit-bot@chromium.orgc1bf2de2013-08-14 18:14:37 +000012#ifdef SK_SUPPORT_UNITTEST
13 SkRTConfRegistry::UnitTest();
14#endif
15}