OLD | NEW |
1 { | 1 { |
2 'sources': [ | 2 'sources': [ |
3 '../tests/PathOpsAngleTest.cpp', | 3 '../tests/PathOpsAngleTest.cpp', |
4 '../tests/PathOpsBoundsTest.cpp', | 4 '../tests/PathOpsBoundsTest.cpp', |
5 '../tests/PathOpsCubicIntersectionTest.cpp', | 5 '../tests/PathOpsCubicIntersectionTest.cpp', |
6 '../tests/PathOpsCubicIntersectionTestData.cpp', | 6 '../tests/PathOpsCubicIntersectionTestData.cpp', |
7 '../tests/PathOpsCubicLineIntersectionTest.cpp', | 7 '../tests/PathOpsCubicLineIntersectionTest.cpp', |
8 '../tests/PathOpsCubicQuadIntersectionTest.cpp', | 8 '../tests/PathOpsCubicQuadIntersectionTest.cpp', |
9 '../tests/PathOpsCubicReduceOrderTest.cpp', | 9 '../tests/PathOpsCubicReduceOrderTest.cpp', |
10 '../tests/PathOpsCubicToQuadsTest.cpp', | 10 '../tests/PathOpsCubicToQuadsTest.cpp', |
(...skipping 17 matching lines...) Expand all Loading... |
28 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', | 28 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', |
29 '../tests/PathOpsQuadParameterizationTest.cpp', | 29 '../tests/PathOpsQuadParameterizationTest.cpp', |
30 '../tests/PathOpsQuadReduceOrderTest.cpp', | 30 '../tests/PathOpsQuadReduceOrderTest.cpp', |
31 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', | 31 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', |
32 '../tests/PathOpsSimplifyFailTest.cpp', | 32 '../tests/PathOpsSimplifyFailTest.cpp', |
33 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', | 33 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
34 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', | 34 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', |
35 '../tests/PathOpsSimplifyRectThreadedTest.cpp', | 35 '../tests/PathOpsSimplifyRectThreadedTest.cpp', |
36 '../tests/PathOpsSimplifyTest.cpp', | 36 '../tests/PathOpsSimplifyTest.cpp', |
37 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | 37 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
| 38 '../tests/PathOpsSkpTest.cpp', |
38 '../tests/PathOpsTestCommon.cpp', | 39 '../tests/PathOpsTestCommon.cpp', |
39 '../tests/PathOpsThreadedCommon.cpp', | 40 '../tests/PathOpsThreadedCommon.cpp', |
40 '../tests/PathOpsCubicIntersectionTestData.h', | 41 '../tests/PathOpsCubicIntersectionTestData.h', |
41 '../tests/PathOpsExtendedTest.h', | 42 '../tests/PathOpsExtendedTest.h', |
42 '../tests/PathOpsQuadIntersectionTestData.h', | 43 '../tests/PathOpsQuadIntersectionTestData.h', |
43 '../tests/PathOpsTestCommon.h', | 44 '../tests/PathOpsTestCommon.h', |
44 '../tests/PathOpsThreadedCommon.h', | 45 '../tests/PathOpsThreadedCommon.h', |
45 ], | 46 ], |
46 } | 47 } |
OLD | NEW |