feat(v3.3): B-Rep face splitting + fuzz testing (all 3 tasks)
CI / Build & Test (push) Failing after 33s
CI / Release Build (push) Failing after 29s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
茂之钳
2026-07-24 12:48:42 +00:00
parent acc26e3a4b
commit 107cf58034
10 changed files with 775 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
add_vde_test(fuzz_sdf)
add_vde_test(fuzz_boolean)
add_vde_test(fuzz_format)
# Run fuzz tests with longer timeout
set_tests_properties(
FuzzSdf.RandomSpheres FuzzSdf.RandomCSG FuzzSdf.RandomTreeEvaluate
FuzzBoolean.RandomBoxBooleans FuzzBoolean.SelfOperations
FuzzFormat.IgesRoundTrip FuzzFormat.StepRoundTrip
PROPERTIES TIMEOUT 30
)