Salome HOME
3365b20fd26eb2f673bb5e976ac575fcc9f63a10
[modules/adao.git] / test / CTestTestfile.cmake
1 # Copyright (C) 2008-2020 EDF R&D
2 #
3 # This file is part of SALOME ADAO module
4 #
5 # This library is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU Lesser General Public
7 # License as published by the Free Software Foundation; either
8 # version 2.1 of the License, or (at your option) any later version.
9 #
10 # This library is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 # Lesser General Public License for more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with this library; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
18 #
19 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 #
21 # Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
22
23 SET(ADAO_ENGINE_ROOT_DIR $ENV{ADAO_ENGINE_ROOT_DIR})
24
25 if(NOT ADAO_ENGINE_ROOT_DIR)
26   message(FATAL_ERROR "ADAO_ENGINE_ROOT_DIR environment variable has to be set before launching the tests.")
27 endif(NOT ADAO_ENGINE_ROOT_DIR)
28
29 SET(COMPONENT_NAME ADAO)
30 SET(TIMEOUT        500)
31
32 # Add all test subdirs
33 SUBDIRS(
34     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test1001
35     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test1002
36     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test6701
37     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test6702
38     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test6703
39     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test6704
40     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test6711
41     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test6901
42     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test6902
43     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test6903
44     ${ADAO_ENGINE_ROOT_DIR}/share/test/adao/test6904
45     )