shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@4006 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/EdgeMain.cpp b/experimental/Intersection/EdgeMain.cpp
index a87a5cd..0042c9e 100644
--- a/experimental/Intersection/EdgeMain.cpp
+++ b/experimental/Intersection/EdgeMain.cpp
@@ -1,11 +1,13 @@
 /*
- *  EdgeMain.cpp
- *  shapeops_edge
+ * Copyright 2012 Google Inc.
  *
- *  Created by Cary Clark on 3/26/12.
- *  Copyright 2012 __MyCompanyName__. All rights reserved.
- *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
  */
 
-#include "EdgeMain.h"
+#include "Intersection_Tests.h"
 
+int main(int argc, char* argv) {
+    Intersection_Tests();
+    return 0;
+}
\ No newline at end of file