shape op work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@6450 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index eae004c..23ce5be 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -15,6 +15,7 @@
 void Intersection_Tests() {
     int testsRun = 0;
     SimplifyNew_Test();
+    ShapeOps4x4RectsThreaded_Test(testsRun);
     QuadraticIntersection_Test();
     LineQuadraticIntersection_Test();
     MiniSimplify_Test();