commit | 1577e8f9c5bc8436cc71d3438c6d0b9f02c38338 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue May 22 17:01:14 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue May 22 17:01:14 2012 +0000 |
tree | f53d4e92fd8cd9ccf108d4b1e8141198e5169cec | |
parent | bcc8486ad421350ecd17c07c3ce76c016894abb3 [diff] [blame] |
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();