shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@7738 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.h b/experimental/Intersection/Intersection_Tests.h
index 20aa80b..f647787 100644
--- a/experimental/Intersection/Intersection_Tests.h
+++ b/experimental/Intersection/Intersection_Tests.h
@@ -13,11 +13,14 @@
 void CubicCoincidence_Test();
 void CubicIntersection_IntersectionFinder();
 void CubicIntersection_OneOffTest();
+void CubicIntersection_OneOffTests();
 void CubicIntersection_Test();
 void CubicIntersection_RandTest();
 void CubicIntersection_RandTestOld();
 void CubicParameterization_Test();
 void CubicReduceOrder_Test();
+void CubicsToQuadratics_OneOffTest();
+void CubicsToQuadratics_OneOffTests();
 void CubicsToQuadratics_RandTest();
 void CubicToQuadratics_Test();
 void Inline_Tests();