mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
# Copyright (C) 2015-2024 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
|
|
# 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
|
|
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
|
|
test_boolean_fuzzy.py
|
|
test_WrappedFace.py
|
|
)
|
|
ENDIF()
|
|
|
|
IF(${OpenCASCADE_VERSION}.${OpenCASCADE_SP_VERSION} VERSION_GREATER "7.5.3.5")
|
|
LIST(APPEND ALL_TESTS
|
|
test_wire_modes.py
|
|
)
|
|
ENDIF()
|