blob: 65479c25282cbf48a9e1e1642fb856a04365fe50 [file] [log] [blame]
caryclark@google.com07393ca2013-04-08 11:47:37 +00001/*
2 * Copyright 2012 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
8#include "Test.h"
9
10using namespace skiatest;
11
12int main(int /*argc*/, char** /*argv*/) {
13 Test tester;
14 tester.run();
15 return 0;
16}