Salome HOME
Synchronize "make test" with "salome test"
[modules/shaper.git] / src / CTestTestfileInstall.cmake
1 # Copyright (C) 2020  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(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_driver.py")
21
22 SET(COMPONENT_NAME SHAPER)
23 set(SALOME_TEST_LABEL_ADV SHAPR_ADV)
24
25 # Add all test subdirs
26 SUBDIRS(ConnectorAPI
27         HDFs
28         FeaturesPlugin
29         ConstructionPlugin
30         SketchPlugin
31         ModelAPI
32         FiltersPlugin
33         CollectionPlugin
34         BuildPlugin
35         ExchangePlugin
36         PythonAPI
37         GeomAPI
38         ModelHighAPI
39         ParametersPlugin
40         PythonAddons
41         SketchAPI
42         ConstructionAPI
43         PartSetAPI
44         GeomDataAPI
45         Config
46         ExchangeAPI
47         ModelGeomAlgo
48         Locale
49         test_API
50 )