Salome HOME
Merge branch V7_3_1_BR
[modules/paravis.git] / test / VisuPrs / CMakeLists.txt
1 # Copyright (C) 2010-2014  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(TIMEOUT 10000)
21 SALOME_GENERATE_TESTS_ENVIRONMENT(tests_env)
22 SET(PARAVIS_TEST_HELPER_FILE ${PROJECT_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py)
23
24 SET(TEST_DIRECTORIES 
25   Util
26   2D_viewer
27   3D_viewer
28   ScalarMap
29   DeformedShape
30   ScalarMap_On_DeformedShape
31   CutPlanes
32   CutLines
33   Vectors
34   Plot3D
35   IsoSurfaces
36   MeshPresentation
37   Animation
38   GaussPoints
39   StreamLines
40   SWIG_scripts
41   Tables
42   ImportMedField
43   united
44   bugs
45   imps
46   dump_study
47 )
48   
49 FOREACH(test_dir ${TEST_DIRECTORIES})
50   ADD_SUBDIRECTORY(${test_dir})
51 ENDFOREACH()