Salome HOME
[bos #39942] EDF 25230 - New problem with XYZtoUV
[modules/geom.git] / test / tests.set
index 761c3421368e6261d1babc180fafe527f70bb876..defc2286cc1215681cb58ec14184b934251804a1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2022  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2015-2023  CEA, EDF, 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_point_cloud_on_face.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_kind_of_shape.py
+      test_proximity_edge_edge.py
+      test_proximity_face_face.py
+    )
+ENDIF()