Salome HOME
Synchronize adm files
[tools/medcoupling.git] / src / MEDCoupling_Swig / CTestTestfileInstall.cmake
1 # Copyright (C) 2015  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 ADD_TEST(MEDCouplingBasicsTest1 python MEDCouplingBasicsTest1.py)
21 SET_TESTS_PROPERTIES(MEDCouplingBasicsTest1 PROPERTIES LABELS "${COMPONENT_NAME}")
22
23 ADD_TEST(MEDCouplingBasicsTest2 python MEDCouplingBasicsTest2.py)
24 SET_TESTS_PROPERTIES(MEDCouplingBasicsTest2 PROPERTIES LABELS "${COMPONENT_NAME}")
25
26 ADD_TEST(MEDCouplingBasicsTest3 python MEDCouplingBasicsTest3.py)
27 SET_TESTS_PROPERTIES(MEDCouplingBasicsTest3 PROPERTIES LABELS "${COMPONENT_NAME}")
28
29 ADD_TEST(MEDCouplingBasicsTest4 python MEDCouplingBasicsTest4.py)
30 SET_TESTS_PROPERTIES(MEDCouplingBasicsTest4 PROPERTIES LABELS "${COMPONENT_NAME}")
31
32 ADD_TEST(MEDCouplingBasicsTest5 python MEDCouplingBasicsTest5.py)
33 SET_TESTS_PROPERTIES(MEDCouplingBasicsTest5 PROPERTIES LABELS "${COMPONENT_NAME}")
34
35 ADD_TEST(MEDCouplingBasicsTest python MEDCouplingBasicsTest.py)
36 SET_TESTS_PROPERTIES(MEDCouplingBasicsTest PROPERTIES LABELS "${COMPONENT_NAME}")
37
38 ADD_TEST(MEDCouplingExamplesTest python MEDCouplingExamplesTest.py)
39 SET_TESTS_PROPERTIES(MEDCouplingExamplesTest PROPERTIES LABELS "${COMPONENT_NAME}")
40
41 ADD_TEST(MEDCouplingRemapperTest python MEDCouplingRemapperTest.py)
42 SET_TESTS_PROPERTIES(MEDCouplingRemapperTest PROPERTIES LABELS "${COMPONENT_NAME}")
43
44 # if numpy is used
45 ADD_TEST(MEDCouplingNumPyTest python MEDCouplingNumPyTest.py)
46 SET_TESTS_PROPERTIES(MEDCouplingNumPyTest PROPERTIES LABELS "${COMPONENT_NAME}")
47
48 ADD_TEST(MEDCouplingPickleTest python MEDCouplingPickleTest.py)
49 SET_TESTS_PROPERTIES(MEDCouplingPickleTest PROPERTIES LABELS "${COMPONENT_NAME}")