Files
ViewDesignEngine/tests/fuzz/CMakeLists.txt
T

12 lines
350 B
CMake
Raw Normal View History

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
)