Salome HOME
bos #29468: Advanced geometry features: distance Edge-Edge & Face-Face
[modules/geom.git] / test / tests.set
index b87d630e212477d48c2617d4f07265860e218903..7a002556f003d589c311481c24672c5a233da1dc 100644 (file)
 
 SET(ALL_TESTS
   test_perf_01.py
+  test_patch_face_01.py
   )
 
 IF(${OpenCASCADE_VERSION}.${OpenCASCADE_SP_VERSION} VERSION_GREATER "7.5.3.3")
     LIST(APPEND ALL_TESTS
       test_point_cloud_on_face.py
       test_CR.py
+      test_conformity.py
+      test_proximity_edge_edge.py
+      test_proximity_face_face.py
     )
 ENDIF()