aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/UnitTestTest.cpp
blob: f01b53d09fdb981ef975f49ea16f6083ff76034e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright 2013 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "Test.h"
#include "TestClassDef.h"
#include "SkRTConf.h"

DEF_TEST(UnitTest, reporter) {
#ifdef SK_SUPPORT_UNITTEST
    SkRTConfRegistry::UnitTest();
#endif
}