feat(v3.3): B-Rep face splitting + fuzz testing (all 3 tasks)
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user