]> SALOME platform Git repositories - modules/geom.git/blobdiff - test/tests.set
Salome HOME
bos #29468: Advanced geometry features: distance Edge-Edge & Face-Face
[modules/geom.git] / test / tests.set
index f9d399eff7b8463debe319b894cda999dfe10ff2..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()