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/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index e3c042c..4e4c8de 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -7,8 +7,13 @@
 #define TEST_QUADS_FIRST 0
 
 void Intersection_Tests() {
+    SimplifyFindTop_Test();
+    SimplifyAngle_Test();
+    QuadraticReduceOrder_Test();
+    QuadraticBezierClip_Test();
+    QuadraticIntersection_Test();
     SimplifyAddIntersectingTs_Test();
-
+    
     cubecode_test(1);
     convert_testx();
     // tests are in dependency / complexity order
@@ -39,8 +44,6 @@
 #endif
 
     QuadraticCoincidence_Test();
-    QuadraticReduceOrder_Test();
-    QuadraticBezierClip_Test();
     QuadraticIntersection_Test();
 
     CubicParameterization_Test();