work in progress
nearly coincident mostly work
support files for creating projects from gyp

git-svn-id: http://skia.googlecode.com/svn/trunk@3500 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index 2cf9601..d905b88 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -5,6 +5,8 @@
 void testSimplify();
 
 void Intersection_Tests() {
+    ActiveEdge_Test();
+
     cubecode_test(1);
     convert_testx();
     // tests are in dependency / complexity order
@@ -21,6 +23,10 @@
     SimplifyRectangularPaths_Test();
     SimplifyQuadralateralPaths_Test();
 
+    SimplifyDegenerate4x4TrianglesThreaded_Test();
+    SimplifyNondegenerate4x4TrianglesThreaded_Test();
+    Simplify4x4QuadralateralsThreaded_Test();
+
     QuadraticCoincidence_Test();
     QuadraticReduceOrder_Test();
     QuadraticBezierClip_Test();