Salome HOME
07dec0091c8f7dd487c6f1567e050e4e2b6031cf
[plugins/blsurfplugin.git] / tests / CMakeLists.txt
1 # Copyright (C) 2013-2016  CEA/DEN, EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 SET(BLSURFPLUGIN_TEST_FILES
21   test_cadsurf_multithread.py
22   test_enforced_internal_vertex.py
23   test_enforced_vertex.py
24   test_periodicity_2D_precad.py
25   test_periodicity_precad.py
26   test_periodicity_reflexion_2D_precad.py
27   test_periodicity_reflexion_precad.py
28   test_periodicity_with_points_2D_precad.py
29   test_precad_intersections.py
30   test_precad_keep_gaps.py
31   test_proximity.py
32   test_quadrangles_gradation.py
33   test_remove_tiny_edges.py
34   test_sphere.py
35 )
36
37 INSTALL(FILES ${BLSURFPLUGIN_TEST_FILES} DESTINATION ${SALOME_BLSURFPLUGIN_INSTALL_TESTS})