Files
ViewDesignEngine/tests/brep/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

11 lines
309 B
CMake

add_vde_test(test_brep)
add_vde_test(test_brep_modeling)
add_vde_test(test_step_export)
add_vde_test(test_step_import)
add_vde_test(test_brep_boolean)
add_vde_test(test_brep_validate)
add_vde_test(test_iges_import)
add_vde_test(test_iges_export)
add_vde_test(test_assembly)
add_vde_test(test_brep_face_split)