Salome HOME
Mise à jour des cas-tests pour tenir compte des déplacements
[modules/homard.git] / src / tests / CMakeLists.txt
1 # Copyright (C) 2007-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 SET(HOMARD_TEST_FILES
21   test_util.py
22   test_1.pdf
23   test_1.en.pdf
24   test_1.py
25   test_1.00.med
26   test_1.01.med
27   test_1.02.med
28   test_1.apad.03.bilan
29   test_2.pdf
30   test_2.en.pdf
31   test_2.py
32   test_2.00.med
33   test_2.fr.med
34   test_2.apad.03.bilan
35   test_3.pdf
36   test_3.en.pdf
37   test_3.py
38   test_3.00.med
39   test_3.fr.med
40   test_3.apad.02.bilan
41   test_4.pdf
42   test_4.en.pdf
43   test_4.py
44   test_4.apad.03.bilan
45   test_11.py
46   test_11.apad.03.bilan
47   test_12.py
48   test_12.apad.02.bilan
49   test_13.py
50   test_13.apad.02.bilan
51   test_14.py
52   test_14.apad.03.bilan
53   test_15.py
54   test_15.apad.02.bilan
55 )
56
57 # INSTALL(FILES ${HOMARD_TEST_FILES} DESTINATION ${SALOME_HOMARD_INSTALL_RES_DATA})
58 INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/CTestTestfileInstall.cmake
59         DESTINATION ${SALOME_HOMARD_INSTALL_TEST}
60         RENAME CTestTestfile.cmake)
61 INSTALL(FILES ${HOMARD_TEST_FILES}
62         DESTINATION ${SALOME_HOMARD_INSTALL_TEST})