shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@4029 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index 4e4c8de..e0b07f9 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -7,6 +7,8 @@
 #define TEST_QUADS_FIRST 0
 
 void Intersection_Tests() {
+    SimplifyNew_Test();
+    SimplifyFindNext_Test();
     SimplifyFindTop_Test();
     SimplifyAngle_Test();
     QuadraticReduceOrder_Test();