• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
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 
10 using namespace skiatest;
11 
main(int,char **)12 int main(int /*argc*/, char** /*argv*/) {
13     Test tester;
14     tester.run();
15     return 0;
16 }
17