12 lines
350 B
CMake
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 60
|
|
)
|