diff options
Diffstat (limited to 'experimental/Intersection/Intersection_Tests.cpp')
-rw-r--r-- | experimental/Intersection/Intersection_Tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp index 67758f6216..6bad957f31 100644 --- a/experimental/Intersection/Intersection_Tests.cpp +++ b/experimental/Intersection/Intersection_Tests.cpp @@ -15,6 +15,7 @@ void cubecode_test(int test); void Intersection_Tests() { int testsRun = 0; + CubicsToQuadratics_RandTest(); CubicToQuadratics_Test(); SimplifyNew_Test(); Simplify4x4RectsThreaded_Test(testsRun); |