2024-01-20 18:51:38 +05:00
|
|
|
# Copyright (C) 2015-2024 CEA, EDF, OPEN CASCADE
|
2022-04-19 21:54:37 +05:00
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2.1 of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Lesser General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
#
|
|
|
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
|
|
#
|
|
|
|
|
|
|
|
SET(ALL_TESTS
|
|
|
|
test_perf_01.py
|
2022-04-22 15:12:04 +05:00
|
|
|
test_patch_face_01.py
|
2024-11-07 14:02:05 +05:00
|
|
|
test_set_autocolor.py
|
2022-04-19 21:54:37 +05:00
|
|
|
)
|
2022-06-15 19:48:49 +05:00
|
|
|
|
|
|
|
IF(${OpenCASCADE_VERSION}.${OpenCASCADE_SP_VERSION} VERSION_GREATER "7.5.3.3")
|
|
|
|
LIST(APPEND ALL_TESTS
|
2024-10-25 20:41:33 +05:00
|
|
|
test_point_cloud_on_face_cone.py
|
2022-06-15 19:48:49 +05:00
|
|
|
test_point_cloud_on_face.py
|
|
|
|
test_CR.py
|
2022-04-22 15:12:04 +05:00
|
|
|
test_conformity.py
|
2023-05-29 22:01:36 +05:00
|
|
|
test_kind_of_shape.py
|
2022-06-17 19:19:17 +05:00
|
|
|
test_proximity_edge_edge.py
|
|
|
|
test_proximity_face_face.py
|
2024-03-09 03:36:58 +05:00
|
|
|
test_boolean_fuzzy.py
|
2024-03-26 23:22:07 +05:00
|
|
|
test_WrappedFace.py
|
2022-06-15 19:48:49 +05:00
|
|
|
)
|
|
|
|
ENDIF()
|
2023-07-18 01:49:52 +05:00
|
|
|
|
|
|
|
IF(${OpenCASCADE_VERSION}.${OpenCASCADE_SP_VERSION} VERSION_GREATER "7.5.3.5")
|
|
|
|
LIST(APPEND ALL_TESTS
|
|
|
|
test_wire_modes.py
|
|
|
|
)
|
|
|
|
ENDIF()
|