a3f05facab
git-svn-id: http://skia.googlecode.com/svn/trunk@4118 2bbb7eff-a529-9590-31e7-b0007b416f81
14 lines
261 B
C++
14 lines
261 B
C++
/*
|
|
* Copyright 2012 Google Inc.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
* found in the LICENSE file.
|
|
*/
|
|
|
|
#include "Intersection_Tests.h"
|
|
|
|
int main(int /*argc*/, char* /*argv*/) {
|
|
Intersection_Tests();
|
|
return 0;
|
|
}
|