commit | b1c42bbdcff20257b30d155fe014d3e04233de45 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Nov 16 13:16:41 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Nov 16 13:16:41 2012 +0000 |
tree | a0b4352fc61c5dc6bf5486effbc03ee7960f5ad7 | |
parent | 1588974aff84dfeb0dbe45303ba4bf7923126d40 [diff] [blame] |
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();