Salome HOME
bos #29468: Advanced geometry features: distance Edge-Edge & Face-Face
[modules/geom.git] / test / tests.set
index 5464848bd21938408cee8440b848839373391610..7a002556f003d589c311481c24672c5a233da1dc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2021  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2015-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 
 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()