Files
ViewDesignEngine/tests/fuzz/CMakeLists.txt
T
茂之钳 107cf58034
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
feat(v3.3): B-Rep face splitting + fuzz testing (all 3 tasks)
2026-07-24 12:48:42 +00:00

12 lines
350 B
CMake

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
)