blob: f42281fa22f9bb75aa8e31aa3b5807b495b07556 [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
tfarina9ea53f92014-06-24 06:50:39 -070011DEF_TEST(SkRTConfRegistry, reporter) {
commit-bot@chromium.orgc1bf2de2013-08-14 18:14:37 +000012#ifdef SK_SUPPORT_UNITTEST
13 SkRTConfRegistry::UnitTest();
14#endif
15}