2013-08-14 18:14:37 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2013 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
2013-12-12 21:11:12 +00:00
|
|
|
#include "SkRTConf.h"
|
2014-01-24 20:56:26 +00:00
|
|
|
#include "Test.h"
|
2013-08-14 18:14:37 +00:00
|
|
|
|
2013-12-12 21:11:12 +00:00
|
|
|
DEF_TEST(UnitTest, reporter) {
|
2013-08-14 18:14:37 +00:00
|
|
|
#ifdef SK_SUPPORT_UNITTEST
|
|
|
|
SkRTConfRegistry::UnitTest();
|
|
|
|
#endif
|
|
|
|
}
|