aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RTConfRegistryTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/RTConfRegistryTest.cpp')
-rw-r--r--tests/RTConfRegistryTest.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/RTConfRegistryTest.cpp b/tests/RTConfRegistryTest.cpp
new file mode 100644
index 0000000000..f42281fa22
--- /dev/null
+++ b/tests/RTConfRegistryTest.cpp
@@ -0,0 +1,15 @@
+/*
+ * 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 "SkRTConf.h"
+#include "Test.h"
+
+DEF_TEST(SkRTConfRegistry, reporter) {
+#ifdef SK_SUPPORT_UNITTEST
+ SkRTConfRegistry::UnitTest();
+#endif
+}