Salome HOME
ea92e59d71139af179a963f7650c80916a6c7d5b
[tools/medcoupling.git] / src / MEDCoupling_Swig / CTestTestfileInstall.cmake
1 # Copyright (C) 2015-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(TEST_NAMES
21   MEDCouplingBasicsTest1
22   MEDCouplingBasicsTest2
23   MEDCouplingBasicsTest3
24   MEDCouplingBasicsTest4
25   MEDCouplingBasicsTest5
26   MEDCouplingBasicsTest6
27   MEDCouplingIntersectTest
28   MEDCouplingExamplesTest
29   MEDCouplingRemapperTest
30   # if numpy is used
31   MEDCouplingNumPyTest
32   MEDCouplingPickleTest
33 )
34
35 FOREACH(tfile ${TEST_NAMES})
36   SET(TEST_NAME ${COMPONENT_NAME}_${tfile})
37   ADD_TEST(${TEST_NAME} python ${tfile}.py)
38   SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES
39     LABELS "${COMPONENT_NAME}"
40     TIMEOUT ${TIMEOUT}
41     )
42 ENDFOREACH()