summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/experimental/Intersection/EdgeMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/experimental/Intersection/EdgeMain.cpp')
-rw-r--r--chromium/third_party/skia/experimental/Intersection/EdgeMain.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/third_party/skia/experimental/Intersection/EdgeMain.cpp b/chromium/third_party/skia/experimental/Intersection/EdgeMain.cpp
new file mode 100644
index 00000000000..442c629c1ab
--- /dev/null
+++ b/chromium/third_party/skia/experimental/Intersection/EdgeMain.cpp
@@ -0,0 +1,13 @@
+/*
+ * 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;
+}